OracleNumeric FunctionsCOS
SIN

COSNumeric Functions

TAN

Returns the cosine value.

Syntax

COS(n)

Example

Enter values below to update the example in real time.

cos_zero
SELECT COS(0) AS cos_zero FROM DUAL;