Atn: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  ATN(X)
  ATN(<[[numeric expression]]>)


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 the numeric expression in radians.


===Example===
===Example===

Latest revision as of 12:42, 22 May 2014

ATN(<numeric expression>)

The Atn internal function is a trigonometric function that calculates the arctangent of the numeric expression in radians.

Example

00010 print ATN(3.4)

Output:

1.284745

Related Functions