Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → 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'
Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → cosh |