Oracle Built In Functions:LN function

In oracle PL/SQL LN function Returns the natural log of a number

Syntax

LN(<value>)

Example

SELECT LN(2) NATURAL_LOG FROM dual;

Output

NATURAL_LOG

——————–

0.693147181

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