Liberty BASIC Help Online |
ASN( n )
Description:
This function returns the arc sine of the number or numeric expression n. The return value is expressed in radians.
Usage:
print "The arc sine of 0.2 is "; asn(0.2)
Tip:
There are 2 * pi radians in a full circle of 360 degrees. A formula to convert degrees to radians is: radians = degrees divided by 57.29577951
Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/