Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → cosh
Firebird Home Firebird Home Prev: cosFirebird Documentation IndexUp: External functions (UDFs)Next: 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'
Prev: cosFirebird Documentation IndexUp: External functions (UDFs)Next: cot
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → cosh