TAN(x): Returns the tangent of x : TAN « Numeric Math Functions « Oracle PL / SQL






TAN(x): Returns the tangent of x



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

    TAN(0)
----------
         0

SQL>
           
       








Related examples in the same category

1.TAN() returns the tangent of the argument passed to it.
2.TAN: Returns the tangent of a value