Sin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
SIN(<X>) | |||
The '''Sin''' [[internal function]] is a trigonometric function that returns the sine of X in radians. | The '''Sin''' [[internal function]] is a trigonometric function that returns the sine of X in radians. | ||
====Related Functions | ====Example==== | ||
ATN | |||
00010 print SIN(3.14) ! 3.14 is almost PI, so the result should be almost 0 | |||
Output: | |||
0.001593 | |||
====Related Functions==== | |||
*[[ATN]] | |||
*[[COS]] | |||
*[[EXP]] | |||
*[[LOG]] | |||
*[[PI]] | |||
*[[TAN]] | |||
<noinclude> | <noinclude> | ||
[[Category:Internal Functions]] | [[Category:Internal Functions]] | ||
</noinclude> | </noinclude> |