SQL Server COT() Function

Return the cotangent of a number

Definition and Usage

The COT() function returns the cotangent of a number.

Syntax

COT(number)

Parameter Values

Parameter Description
number Required. A numeric value

Technical Details

Works in: SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse

More Examples

Example

Return the cotangent of a number:

SELECT COT(-2);