atan
Inverse tangent (radians).
Syntax
Section titled “Syntax”Y = atan(X)Description
Section titled “Description”Returns the angle whose tangent is X, in radians, in (-π/2, π/2). For four-quadrant resolution, use atan2.
Example
Section titled “Example”atan(1) % π/4