Scalar FunctionsMath Functions
atan
Returns the arc tangent of the input (in radians).
Syntax
atan(x)Parameters
Prop
Type
Returns: real
Examples
Example 1
print atan(1)| print_0 (real) |
|---|
| 0.7853981633974483 |
Returns the arc tangent of the input (in radians).
atan(x)Prop
Type
Returns: real
print atan(1)| print_0 (real) |
|---|
| 0.7853981633974483 |