Category:

Mathematical

Returns the tangent of an angle.

Syntax

tan(
  x Numeric
): Numeric

Parameters

x is an angle given in radians.

Return value

Type: Numeric.

Examples of using

tan(3)