real asin(real) Return Type: real Parameters: real input Description: This function computes the arcsine of the input. The return value is in radians. The input range is from -1.0 to 1.0. The return range is from -pi/2 to pi/2.