BASIC ATN Function - fvdhoef/aquarius-plus GitHub Wiki
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+ )