Asin returns the arcsine of a value
Asin takes no parameters
num = 1.asin() // the return value is in degrees // this does the arcsine of 1 and returns in degrees log num // returns 90
Last updated 5 months ago
Was this helpful?