$Exp10 or $Exp 10

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.