Oracle Built In Functions:ACOS function

In Oracle PL/SQL ACOS Function Returns the arc cosine of input . Inputs are in the range of -1 to 1, and outputs are in the range of 0 to pi and are expressed in radians.

Syntax

ACOS(NUM)

Example

SELECT ACOS(.3)”ArcCosine” FROM DUAL;

ArcCosine
———-
1.26610367

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> .