ACOS(x): Returns the arccosine of x : ACOS « Numeric Math Functions « Oracle PL / SQL






ACOS(x): Returns the arccosine of x

SQL>
SQL> --ACOS(x): Returns the arccosine of x.
SQL>
SQL> select ACOS(-1) from dual;

  ACOS(-1)
----------
3.14159265

SQL>

           
       








Related examples in the same category

1.The ACOS() function is used to return the arccosine of the passed to it.
2.ACOS(1)