meta data for this page
  •  

cosh

Library: ib_udf

Added in: IB

Better alternative: Internal function COSH()

Description

Returns the hyperbolic cosine of the argument.

Result type: DOUBLE PRECISION

Syntax

cosh (number)

Declaration

DECLARE EXTERNAL FUNCTION cosh
  DOUBLE PRECISION
  RETURNS DOUBLE PRECISION BY VALUE
  ENTRY_POINT 'IB_UDF_cosh' MODULE_NAME 'ib_udf'