$Exp10 or $Exp 10: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
==Usage notes==
==Usage notes==
<ul>
<ul>
<li>If ''x'' exceeds 75.85, an error message
<li>If ''x'' exceeds 75.85, an error message is printed and the request is cancelled.</li>
is printed and the request is cancelled.
</ul>
</ul>

Revision as of 20:10, 20 December 2017

Ten's exponent function

Note: Most Sirius $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.