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 self-service freelancing marketplace for people like you.

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



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 self-service freelancing marketplace for people like you.

Guides


vsn 3.1