Oracle Built In Functions:EXP function

Exp Function returns the exponent value of the given input or EXP Returns e raised to the nth Power,where e=2.71828183.

Syntax
———
EXP(input)

NOTE: Input must be a numeric value.

Example

SELECT EXP(4) “exp” FROM DUAL;

Output>>

exp

——————

54.59815

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