Loading lesson path
Concept visual
Start at both ends
Return the tangent of a number:
SELECT TAN(1.75);The TAN() function returns the tangent of a number.
number )
Required. A numeric value
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Return the tangent of a number:
SELECT TAN(-3);❮ SQL Server Functions