$Exp2 or $Exp 2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Automatically generated page update) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Two's exponent function</span> | <span class="pageSubtitle">Two's exponent function</span> | ||
<p class="warn"><b>Note: </b> | <p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented | ||
methods. | methods. | ||
The OO equivalent for the | The OO equivalent for the | ||
Line 19: | Line 19: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>If ''x'' exceeds 251.99, an error message | <li>If ''x'' exceeds 251.99, an error message is printed and the request is cancelled.</li> | ||
is printed and | |||
</ul> | </ul> |
Latest revision as of 00:03, 21 September 2018
Two's exponent function
Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Exp2 function is the Antilog2 function.
The $Exp2 function (or its alias, $Exp_2) returns the
value 2x
.
Syntax
%num = $Exp2(x)
%num = $Exp_2(x)
Usage notes
- If x exceeds 251.99, an error message is printed and the request is cancelled.