cosh

<< cos | FB 2.5 Language Reference | cot >>
<< cos | FB 2.1 Language Reference | cot >>

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'

back to top of page
<< cos | FB 2.5 Language Reference | cot >>
<< cos | FB 2.1 Language Reference | cot >>