Home » MySQL Math EXP() Function

MySQL Math EXP() Function

by Online Tutorials Library

MySQL EXP() Function

The exp() is a Math function of MySQL. This function is used to find e raised to the power of number i.e. enumber.

Syntax

Parameter

Number : It is the number to be raised in e.

Returns

This function returns e raised to the power of a number.

Example 1

Output:

MySQL Math EXP() Function

Example 2

Output:

MySQL Math EXP() Function

Example 3

Output:

MySQL Math EXP() Function

Next TopicMySQL Math

You may also like