bas7ex.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ATN Function Programming Example
                       Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
'This example first finds the tangent of PI/4, then uses the ATN function
'to find the arctangent of the value. The result is PI/4.
 
CONST PI=3.141592653
PRINT ATN(TAN(PI/4.0)), PI/4.0
 
'Sample Output
'
' .78539816325  .78539816325