Tan: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
m (moved TAN to Tan over redirect)
(No difference)

Revision as of 13:03, 27 February 2014

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