$Exp or $Exp e: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Exponential function</span> | <span class="pageSubtitle">Exponential function</span> | ||
<p class="warn"><b>Note: </b> | <p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented | ||
methods. | methods. | ||
The OO equivalent for the $Exp | The OO equivalent for the $Exp | ||
Line 18: | Line 18: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>If ''x'' exceeds 174.63, an error message | <li>If ''x'' exceeds 174.63, an error message is printed and the request is cancelled.</li> | ||
is printed and the request is cancelled. | |||
</ul> | </ul> |
Latest revision as of 00:03, 21 September 2018
Exponential function
Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Exp function is the AntilogE function.
The $Exp function (or its alias, $Exp_e) returns the
value ex
.
Syntax
%num = $Exp(x)
%num = $Exp_e(x)
Usage notes
- If x exceeds 174.63, an error message is printed and the request is cancelled.