Sin: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved SIN to Sin)
No edit summary
 
Line 1: Line 1:
  Sin(X)
  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.

Latest revision as of 03:09, 22 May 2014

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