COS(45 * 3.1415926) : COS « Numeric Math Functions « Oracle PL / SQL






COS(45 * 3.1415926)


SQL> select COS(45 * 3.1415926) from dual;

COS(45*3.1415926)
-----------------
               -1

SQL>

           
       








Related examples in the same category

1.COS: Returns the cosine of a value
2.COS() function returns the cosine of the argument that is passed to it.
3.COS(x): Returns the cosine of x, where x is an angle in radians