Team LiB   Previous Section   Next Section
Math.exp( ) compute ex

Availability

JavaScript 1.0; JScript 1.0; ECMAScript v1

Synopsis

Math.exp(x)

Arguments

x

A numeric value or expression to be used as the exponent.

Returns

ex, e raised to the power of the specified exponent x, where e is the base of the natural logarithms, with a value of approximately 2.71828.

    Team LiB   Previous Section   Next Section