$Exp10 or $Exp 10

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

Ten's exponent function

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Exp10 function is the Antilog10 function.

The $Exp10 function (or its alias, $Exp_10) returns the value 10x.

Syntax

%num = $Exp10(x)

%num = $Exp_10(x)

Usage notes

  • If x exceeds 75.85, an error message is printed and the request is cancelled.