81
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:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math