Sin: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
====Related Functions====
====Related Functions====


[[ATN]]
*[[ATN]]
[[COS]]
*[[COS]]
[[EXP]]
*[[EXP]]
[[LOG]]
*[[LOG]]
[[PI]]
*[[PI]]
[[TAN]]
*[[TAN]]


<noinclude>
<noinclude>
[[Category:Internal Functions]]
[[Category:Internal Functions]]
</noinclude>
</noinclude>

Revision as of 11:45, 30 January 2012

Sin(X)

The Sin internal function is a trigonometric function that returns the sine of X in radians.

Example

00010 print SIN(3.14) ! 3.14 is almost PI, so the result should be almost 0

Output:

0.001593

Related Functions