OracleNumeric FunctionsSIN
NANVL

SINNumeric Functions

COS

Returns the sine value.

Syntax

SIN(n)

Example

Enter values below to update the example in real time.

sin_zero
SELECT SIN(0) AS sin_zero FROM DUAL;