Difference between revisions of "$asin"
From Scriptwiki
m |
|||
Line 1: | Line 1: | ||
− | Trigonometric function to return the arcsine (1/y) of an | + | Trigonometric function to return the arcsine (1/y) of an angle. |
$asin(N)[.deg] | $asin(N)[.deg] | ||
− | * N is an | + | * N is an angle in radians. |
* The .deg property allows N to be given in degrees | * The .deg property allows N to be given in degrees | ||
==See also== | ==See also== | ||
− | [[$sin]] for getting the sine of an | + | [[$sin]] for getting the sine of an angle. |
[[Category:Text and Number Identifiers]] | [[Category:Text and Number Identifiers]] |
Latest revision as of 03:01, 14 March 2010
Trigonometric function to return the arcsine (1/y) of an angle.
$asin(N)[.deg]
- N is an angle in radians.
- The .deg property allows N to be given in degrees
See also
$sin for getting the sine of an angle.