Math.exp() Function
Name
Math.exp() Function---compute ex
Navigator 2.0, Internet Explorer 3.0
Synopsis
- x
-
A numeric value or expression to be used as the exponent.
ex, e raised to the power of the specified
exponent, x.
Math.exp() computes ex, where e is the base of
the natural logarithms, approximately 2.71828.
You can compute xy using Math.exp() with the
following formula:
This formula can be expressed in JavaScript as follows:
Math.exp(y * Math.log(x))
file: /Techref/language/java/script/definitive/refp_228.htm,
4KB, , updated: 2019年10月14日 16:00, local time: 2025年9月18日 06:28,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://massmind.org/techref/language/java/script/definitive/refp_228.htm"> [Chapter 21] Reference: Math.exp()</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.