MSSQLNumeric FunctionsCOS
SIN

COSNumeric Functions

TAN

Returns the cosine value.

Syntax

COS(n)

Example

Enter values below to update the example in real time.

cos60
SELECT COS(RADIANS(60)) AS cos60;