Tan

From BR Wiki
Revision as of 08:57, 1 February 2012 by Mikhail.zheleznov (talk | contribs)
Jump to navigation Jump to search
Tan(X)

The Tan internal function is a mathematical trigonometric function that calculates the tangent of X in radians.

Example

00010 print TAN(PI/2) ! in mathematics, TAN(PI/2) = infinity, output should be a very large number

Output:

6.189863256179240E+14

See Also