qb45advr.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.
.atnx
:nATN Function Programming Example
  QuickSCREEN      Details     Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
ATN Function Programming Example
 
The following example first finds the tangent of PI/4 and then takes
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