Category:

Mathematical

Returns the arctangent of a number.

Syntax

atan(
  x Numeric
): Numeric

Parameters

x is an angle given in radians.

Return value

Type: Numeric.

Examples of using

atan(3)