Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateExternal functions (UDFs) → sinh
Firebird Home Firebird Home Prev: sinFirebird Documentation IndexUp: External functions (UDFs)Next: sqrt

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'
Prev: sinFirebird Documentation IndexUp: External functions (UDFs)Next: sqrt
Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateExternal functions (UDFs) → sinh