Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

Select sin(303 14159265180)

SQL> SQL> select sin(30*3.14159265/180)   2  from   dual; SIN(30*3.14159265/180) ----------------------             .499999999 SQL>