Name | atan |
||
---|---|---|---|
Examples |
a = PI/3 t = tan(a) at = atan(t) | ||
Description | The inverse of tan(), returns the arc tangent of a value. This function expects the values in the range of -Infinity to Infinity (exclusive) and values are returned in the range -PI/2 to PI/2 . | ||
Syntax | atan( | ||
Parameters |
| ||
Related |
tan asin acos |
Cover
Reference
Tutorials
Bugs