REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
The trigonometric functions deal in degrees. Use the /radians refinement with any of the trigonometric functions to operate in and return radians.
The expression:
arccosine value
returns the trigonometric arccosine of value.
The expression:
arcsine value
returns the trigonometric arcsine of value.
The expression:
arctangent value
returns the trigonometric arctangent of value.
The expression:
cosine value
returns the trigonometric cosine of value.
The expression:
sine value
returns the trigonometric sine of value.
The expression:
tangent value
returns the trigonometric tangent of value.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |