Atan

Computes the inverse tangent (arc tangent) of its argument; the result is a number in the interval [-pi, pi]

Atan(1) → 0.78
Atan(0.3) → 0.29

Inputs

Atan(number)

  • number - A number expression

Last updated