Syntax |
Atn(number) |
Description |
Returns the angle (in radians) whose tangent is number. |
Comments |
Some helpful conversions:
|
Example |
This example finds the angle whose tangent is
1 (45 degrees) and displays Sub Main() a# = Atn(1.00) |
See Also |
A |