RETURNS THE INVERSE SINE (ARCSINE) OF V
ACTION
The function ASIN(V) returns the angle the sine of which is V.
The result is expressed in radians and is the range [-Pi/2..Pi/2].
V can be a real or integer number and must be between -1 and 1.
This function is the inverse function of sine (SIN).
SYNTAX:
Result=ASIN(V)
USE ERROR EXAMPLE
print asin(0.512)
print "Result = 0.537511507129652"
ASIN()
ASIN(V)
SEE ALSO
ACOS()
ATN()
COS()
HCOS()
HSIN()
HTAN()
SIN()
TAN()