Atn: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
No edit summary
Line 2: Line 2:


The '''ATN''' internal function is a trigonometric function that calculates the arctangent of X in radians.
The '''ATN''' internal function is a trigonometric function that calculates the arctangent of X in radians.
===Example===
00010 print ATN(3.4)
Output:
1.284745


===Related Functions===
===Related Functions===

Revision as of 20:07, 18 January 2012

ATN(X)

The ATN internal function is a trigonometric function that calculates the arctangent of X in radians.

Example

00010 print ATN(3.4)

Output:

1.284745

Related Functions