SIN(0) : SIN « Numeric Math Functions « Oracle PL / SQL






SIN(0)

 

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

    SIN(0)
----------
         0

SQL>
           
         
  








Related examples in the same category

1.SIN: Returns the sine of a value
2.SIN(30*3.14159265/180) TANH(0.5) EXP(4) LOG(2,32) LN(32)