A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/Math/exp below:

exp · WebPlatform Docs

exp Summary

Returns e (the base of natural logarithms) raised to a power.

Syntax
Math.exp( number )
Examples
var v1 = Math.exp(1.0);
document.write(v1);
// Output: 2.718281828459045
Remarks

The required number argument is a numeric expression representing the power of e.

The return value is a number. The constant e is Euler’s number, approximately equal to 2.71828 and number is the supplied argument.

Applies To : Math Object

See also Other articles Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4