$Exp or $Exp e: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:


<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>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 a 0 is returned.
</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.