asin
Description
Computes the arc sine of the argument.
Syntax
DOUBLE asin(DOUBLE arg)
Parameters
arg
: You can specify only a numeric value. This function converts the numeric value into a DOUBLE value before it computes the arc sine of the value.
Return value
Returns a value of the DOUBLE data type.