Antilog2 (Float function): Difference between revisions
Jump to navigation
Jump to search
m (printtext) |
m (printtext) |
||
Line 16: | Line 16: | ||
==Usage notes== | ==Usage notes== | ||
<ul><li><var>antilog2</var> is an object-oriented version of the <var>[[$Exp2|$Exp2]]</var> function. | <ul><li><var>antilog2</var> is an object-oriented version of the <var>[[$Exp2|$Exp2]]</var> function. | ||
<li><var>antilog2</var> is available as of <var class="product">[[Sirius Mods| | <li><var>antilog2</var> is available as of <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 7.3. | ||
</ul> | </ul> | ||
Revision as of 17:46, 4 May 2011
Antilog base 2 of a number (Float class)
The antilog2 intrinsic function returns a number that is the base-2 anti-logarithm (or 2's exponent)
of the method object value. The result is '2
', the base-2 logarithmic base, raised to the power of the method object value.
Syntax
%number = float:Antilog2
Syntax terms
%number | A numeric variable to receive the base-2 antilog of the method object. |
---|---|
float | A Float value. |
Usage notes
- antilog2 is an object-oriented version of the $Exp2 function.
- antilog2 is available as of Sirius Mods Version 7.3.
Examples
- The following statement returns '
-3:antilog2 = 0.125
'.printText {~} = {'-3':antiLog2}