$Exp or $Exp e: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
{{DISPLAYTITLE:$Exp or $Exp_e}}
 
<span class="pageSubtitle">Exponential function</span>
<span class="pageSubtitle">Exponential function</span>
<p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented
<p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented
Line 21: Line 21:
is printed and a 0 is returned.
is printed and a 0 is returned.


<li>{{Template:Math $functions note}}
<li>
</ul>
</ul>

Revision as of 19:33, 23 July 2015

Exponential function

Note: Most Sirius $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 a 0 is returned.