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