MySQLEXP() Function
Definition and Usage
The EXP() function returnse raised to the power of the specified number.
The constante (2.718281...), is the base of natural logarithms.
Tip: Also look at theLOG() andLN() functions.
Syntax
EXP(number)
Parameter Values
| Parameter | Description |
|---|---|
| number | Required. The power number |
Technical Details
| Works in: | From MySQL 4.0 |
|---|

