beingchinmay
New member
The ASIN function returns the inverse sine. The specification for the ASIN function is:
where the number n must be between −1 and 1, and the value returned by ASIN is between −pi/2 and pi/2.
Code:
FUNCTION ASIN (n NUMBER) RETURN NUMBER;
where the number n must be between −1 and 1, and the value returned by ASIN is between −pi/2 and pi/2.