$Exp or $Exp e: Difference between revisions
Jump to navigation
Jump to search
EllieWiccan (talk | contribs) (Automatically generated page update) |
|||
Line 20: | Line 20: | ||
<li>If ''x'' exceeds 174.63, an error message | <li>If ''x'' exceeds 174.63, an error message | ||
is printed and a 0 is returned. | is printed and a 0 is returned. | ||
</ul> | </ul> |
Revision as of 19:45, 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.