arcsin
Compute arcsine of the given argument
will return the arcsine of an argument, returned in degress in radians. There is no custom return type, the function always returns an double.
The argument domain is [-1, 1]. If x is outside the range, the compiler throws:
Last updated