JavaScript Math method: exp()
[this page | pdf | back links]
The exp() method (of the Math object)
returns the exponential of a real number (i.e.
).
It
has the following syntax with the following parameters:
Math.exp(x)
|
Parameter
|
Required / Optional
|
Description
|
|
x
|
Required
|
Input parameter
|
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Numbers and Math