SIN
SIN(n)

Returns the sine of the angle n, which must be expressed in radians.

Example

SQL> SELECT SIN(3.14), SIN(0) 
  2  FROM dual;

 SIN(3.14)     SIN(0)
---------- ----------
.001592653          0

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.