atan (<num>)
numeric
The arctangent of a numeric value. The measure of the returned angle is governed by the value of the system string angle_mode and will be in the range -90 through +90 degrees or equivalent.
<num>
The tangent value.
numeric theta = atan(52.7)
Functions: |
atan2 (numeric) |
Identifiers: |
angle_mode (string) |