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






SQL> select SIN(0) from dual;

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








14.19.SIN
14.19.1.Ordinary Trigonometry Functions
14.19.2.Using the SIN function to find the sine of 30 degrees
14.19.3.SIN(0)
14.19.4.select sin(30*3.14159265/180)
14.19.5.ABS(-123) ABS(0) ABS(456) SIGN(-123) SIGN(0) SIGN(456)