Skip to content

atand

Inverse tangent (degrees).

Y = atand(X)

Like atan but returns the angle in degrees.

atand(1) % 45
  • atan — Inverse tangent (radians).
  • atan2d — Four-quadrant arctangent in degrees.
  • tand — Tangent (degrees).