TAN() returns the tangent of the argument passed to it. : TAN « Numeric Math Functions « Oracle PL / SQL






TAN() returns the tangent of the argument passed to it.

 

Syntax: TAN(<numeric expression>)


SQL>
SQL>
SQL> SELECT TAN(36) AS RESULT from dual;

    RESULT
----------
7.75047091

SQL>

 








Related examples in the same category

1.TAN: Returns the tangent of a value
2.TAN(x): Returns the tangent of x