This Oracle tutorial explains how to use the Oracle/PLSQL ATAN function with syntax and examples.
The Oracle/PLSQL ATAN function returns the arc tangent of a number.
The syntax for the ATAN function in Oracle/PLSQL is:
ATAN( number )
The number used to calculate the arc tangent.
The ATAN function returns a numeric value.
The ATAN function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle ATAN function examples and explore how to use the ATAN function in Oracle/PLSQL.
For example:
ATAN(0.2)
Output: 0.197395559849881
ATAN(0.35)
Output: 0.336674819386727
ATAN(-0.15)
Output: -0.148889947609497