Function asin( x )

Description:
Arc sine of an angle. The result is in the range of -pi/2 through pi/2.
Parameters:
x (floating point)
the value whose arc sine is to be returned.
Return Value (floating point):
the arc sine of the argument (radians)
Signature:
double asin(double)