Oracle Built In Functions:ATAN function

In Oracle PL/SQL ATAN Function Returns the arc tangent of n. Inputs are in an unbounded range, and outputs are in the range of -pi/2 to pi/2 and are expressed in radians.

Syntax

ATAN(n)

Example

SELECT ATAN(.3) “Arc-Tangent” FROM DUAL;

Arc-Tangent

———-

.291456794

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




CAPTCHA Image CAPTCHA Audio
Refresh Image

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .