Dofactory.com
Dofactory.com
Earn income with your data and sql skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.

SQL EXP Function

EXP returns the exponential value of a number.

The formula used is y = ex where e is 2.718281.

Example

#

This example returns the exponent of the specified value.

SELECT EXP(2) AS Exponent
Result:  1 record
Exponent
7.38905609893065

Syntax

Syntax of the EXP function.

EXP(value)

value -- the x value in the formula above.


You may also like



Last updated on Dec 21, 2023

Earn income with your data and sql skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.