Category:

Mathematical

Returns the arctangent (in radians) of a number.

Syntax

atan(
  x Numeric
): Numeric

Parameters

x is a number, which is a tangent of the angle to return.

Return value

Type: Numeric.

Examples of using

atan(3)