TAN (TSQL Function)

Returns the tangent of a number.

Syntax

TAN ( float_expression )

Arguments

float_expression
is an expression of type float.

Return Types

Returns float.

Examples

PRINT TAN(14.78);

The result is:

-1.3351906823103616
RSQL, a simple alternative to Microsoft SQL Server