TAN
Description
Function that returns the tangent of the angle sent through parameters (must be measured in radians) (TAN in Transact-SQL).
The cosine is defined as: Where: - Range: - Domain:
Sample Source Pattern
Syntax
TAN( expression )
Arguments
expression
: Numeric float expression, where expression is in and its measure is radians.
Return Type
Numeric float in .
Examples
SELECT TAN(PI())
Last updated
Was this helpful?