Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

SIN(0)

SQL> -- SIN(x):Returns the sine of x. SQL> SQL> select SIN(0) from dual;     SIN(0) ----------          0 SQL>