Home / Search/ Language Reference/ Functions/ Scalar Functions/ Mathematical Functions/atan

atan

The atan function returns the angle whose tangent is the specified number (the inverse operation of tan).

Syntax

    atan( X )

Arguments

  • X: A real number.

Returns

The value of the arc tangent of X.