Skip to content

atan

Inverse tangent (radians).

Y = atan(X)

Returns the angle whose tangent is X, in radians, in (-π/2, π/2). For four-quadrant resolution, use atan2.

atan(1) % π/4
  • atand — Inverse tangent (degrees).
  • atan2 — Four-quadrant arctangent.
  • atanh — Inverse hyperbolic tangent.
  • tan — Tangent (radians).