REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the trigonometric arcsine (in degrees by default).
Arguments:
value [number!]
Refinements:
/radians - Returns result in radians
See also:
arccosine arctangent cosine exp log-10 log-2 log-e power sine square-root tangent
The arcsine provides the inverse of the sine function.
print arcsine .5
30.0
Note that arccsine goes to infinity at 0 and each 180 degrees and will cause a numeric overflow.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |