| .ATN 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 |
|   |