Difference between revisions of "NXSL:exp"
Jump to navigation
Jump to search
m |
m (Text replacement - "^" to "{{deprecated}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Returns [http://en.wikipedia.org/wiki/Exponential_function e] (the base of natural logarithms) raised to a ''power'' | Returns [http://en.wikipedia.org/wiki/Exponential_function e] (the base of natural logarithms) raised to a ''power'' | ||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
{| class="wikitable" | |||
|- | |- | ||
| ''power'' || Used to calculate e<sup>''power''</sup>. | | ''power'' || Used to calculate e<sup>''power''</sup>. |
Latest revision as of 16:13, 13 September 2022
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Returns e (the base of natural logarithms) raised to a power
Syntax
exp(power);
Parameters
power | Used to calculate epower. |
Return Value
epower expressed as a real number.
Examples
exp(2) -> 7.3890561