atan
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
atan
Inverse tangent.
Usage:
atan(x)
Function:
Compute the inverse tangent of x.
Result:
The inverse tangent of x.
Usage:
atan(a, b)
Function:
Uses the C++ function atan2(a,b)
to compute the inverse tangent (a and b must have the same datatype).
Result:
The inverse tangent of a/
b with the same type as a.