meta data for this page
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'