Sin

From BR Wiki
Revision as of 13:03, 27 February 2014 by John (talk | contribs) (moved SIN to Sin)
Jump to navigation Jump to search
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