Loading lesson path
Concept visual
Start at both ends
Return the cotangent of a number:
SELECT COT(6);The COT() function returns the cotangent 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 cotangent of a number:
SELECT COT(-2);❮ SQL Server Functions