SQL TAN Function

The SQL TAN function is a Mathematical Function that calculates the trigonometry Tangent for the specified expression. The syntax of the SQL Server TAN Function is: SELECT TAN (Float_Expression) FROM [Source] SQL TAN Function Example 1 The mathematical formula for this function is TAN(x) = Length of the Opposite Side / Length of the Adjacent Side. … Read more