Appearance
asin() - return the arcsine of a float
float asin( float f );
Returns the arcsine of its argument, 'f', measured in radians.
acos(3), atan(3), cos(3), sin(3), tan(3)