$Exp10 or $Exp 10

From m204wiki
(Redirected from $Exp 10)
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.