$Exp or $Exp e

From m204wiki
Revision as of 00:03, 21 September 2018 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.