TAN function [Numeric]

Function

Returns the tangent of a number.

Syntax

TANnumeric-expression )

Parameters

numeric-expression An angle, in radians.

Example

The following statement returns the value 0.572561:

SELECT TAN( 0.52 ) FROM iq_dummy

Standards and compatibility

See also

“COS function [Numeric]”

“SIN function [Numeric]”