VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / ASIN
In This Topic
ASIN
In This Topic
Arc Sine
Returns the angle, in radians, whose sine is the input expression.


Remarks

Invalid operations will return NaN (Not a Number).

Example

SELECT ASIN(-1.00);

RETURNS:  -1.5707963267948966

See Also