Antilog10 (Float function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax diagram to revised template; fix tags and some links; still some incomplete / unfound links) |
||
Line 1: | Line 1: | ||
{{Template:Float:Antilog10 subtitle}} | {{Template:Float:Antilog10 subtitle}} | ||
The <var>antilog10</var> <var>[[Intrinsic classes|intrinsic]]</var> function returns a number that is the base-10 anti-logarithm (or 10's exponent) of the method object value. The result is '<code>10</code>', the base-10 logarithmic base, raised to the power of the method object value. | |||
of the method object value. | |||
The result is ' | |||
raised to the power of the method object value. | |||
==Syntax== | ==Syntax== | ||
{{Template:Float:Antilog10 syntax}} | {{Template:Float:Antilog10 syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%number</th> | ||
<td>A numeric variable to receive the base-10 | <td>A numeric variable to receive the base-10 <var>antilog10</var> of the method object. </td></tr> | ||
<tr><th> | <tr><th>float</th> | ||
<td>A <var>Float</var> value.</td></tr> | <td>A <var>Float</var> value.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | |||
<ul><li>Available as of <var class="product">[[Sirius Mods]]</var> Version 7.3. | |||
</ul> | |||
==Examples== | ==Examples== | ||
The following statement returns ' | <ol><li>The following statement returns '<code>2:antiLog10 = 100</code>'. | ||
<p class="code"> | <p class="code">printText {~} = {2:antiLog10} | ||
</p></ol> | |||
==See also== | ==See also== | ||
<ul><li>For details of the <var>printtext</var> statement, please see <var>[[Intrinsic classes#printtext|printText]]</var>. | |||
<li><var>AntiLog10</var> is an object-oriented version of the <var>[[$Exp10|$Exp10 function]]</var>. | |||
</ul> | |||
{{Template:Float:Antilog10 footer}} | {{Template:Float:Antilog10 footer}} |
Revision as of 06:37, 3 February 2011
Antilog base 10 of a number (Float class)
The antilog10 intrinsic function returns a number that is the base-10 anti-logarithm (or 10's exponent) of the method object value. The result is '10
', the base-10 logarithmic base, raised to the power of the method object value.
Syntax
%number = float:Antilog10
Syntax terms
%number | A numeric variable to receive the base-10 antilog10 of the method object. |
---|---|
float | A Float value. |
Usage notes
- Available as of Sirius Mods Version 7.3.
Examples
- The following statement returns '
2:antiLog10 = 100
'.printText {~} = {2:antiLog10}
See also
- For details of the printtext statement, please see printText.
- AntiLog10 is an object-oriented version of the $Exp10 function.