Skip to main content

Description

Returns the trigonometric tangent of a number.

Syntax

TAN(numeric_expression)

Examples

TAN(0) returns 0.

Return value datatype

Double

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026