Calculate and return the tangent of a specified number.
SELECT TAN(1.75); |
The TAN() function calculates and returns the tangent of a given number.
TAN(number) |
Parameter |
Description |
number |
Required: A numeric value is needed. |
Works in: |
SQL Server (beginning from 2008), Azure SQL Database, Azure SQL Data Warehouse, and Parallel Data Warehouse |
Calculate and provide the tangent of a given number.
SELECT TAN(-3); |