Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → sinh |
Library: ib_udf
Added in: IB
Better alternative: Internal function SINH()
Description: Returns the hyperbolic sine of the argument.
Result type: DOUBLE PRECISION
Syntax:
sinh (number
)
Declaration:
DECLARE EXTERNAL FUNCTION sinh DOUBLE PRECISION RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_sinh' MODULE_NAME 'ib_udf'
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → sinh |