MSSQLNumeric FunctionsTAN
COS

TANNumeric Functions

ATN2

Returns the tangent value.

Syntax

TAN(n)

Example

Enter values below to update the example in real time.

tan45
SELECT TAN(RADIANS(45)) AS tan45;