This Oracle tutorial explains how to use the Oracle/PLSQL TAN function with syntax and examples.
The Oracle/PLSQL TAN function returns the tangent of n.
The syntax for the TAN function in Oracle/PLSQL is:
TAN( n )
A numeric value used to calculate the tangent. It is an angle expressed in radians.
The TAN function returns a numeric value.
The TAN function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle TAN function examples and explore how to use the TAN function in Oracle/PLSQL.
For example:
TAN(3)
Output: -0.142546543074278
TAN(5.2)
Output: -1.88564187751976
TAN(-5.2)
Output: 1.88564187751976