Tan

Summary

The Tan function returns the tangent of the input parameter as an angle, expressed in radians.

Syntax

Tan(<double_exp of angle in radians>)

Return Type

Double

Details

 

Examples

eval Tan(0);
0.0
select Tan(2.35619449) from Empty(rows=1);
-1.0000000003846898

Related Functions