atan()

Read(2620) Label: arc tangent,

Description:

Compute arc tangent value.

Syntax:

atan (number)

Note:

The function computes the arc tangent value.

Parameter:

number

A real number.

Return value:

Numeric value

Example:

atan(1)

0.7853981633974483

atan(tan(pi()/2))

1.5707963267948966

atan(tan(0))

0.0

Related function:

asin()

acos()