Skip to content

BASIC ATN Function

Mike Hogsett edited this page Aug 6, 2024 · 2 revisions

ATN

TYPE: BASIC arithmetic function


FORMAT: ATN ( expr )

Action: Returns the arc tangent of the numeric expr argument.

  • expr is the numeric expression to be evaluated.

Examples:

PRINT ATN(1)

Prints π/4 ( replace with actual value returned from AQ+ )

Clone this wiki locally