util.Math.asin
Computes the arc sine of the passed value, measured in radians.
Syntax
util.Math.asin(
x FLOAT )
RETURNS FLOAT
- x is a floating point value.
Usage
Returns NULL
if the argument provided is invalid.
Computes the arc sine of the passed value, measured in radians.
util.Math.asin(
x FLOAT )
RETURNS FLOAT
Returns NULL
if the argument provided is invalid.