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