Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → asin
Firebird Home Firebird Home Prev: ascii_valFirebird Documentation IndexUp: External functions (UDFs)Next: atan

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'
Prev: ascii_valFirebird Documentation IndexUp: External functions (UDFs)Next: atan
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → asin