$Exp or $Exp e: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
(Automatically generated page update)
 
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

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.