Log10 (Float function): Difference between revisions
Jump to navigation
Jump to search
m (printtext) |
m (printtext) |
||
Line 15: | Line 15: | ||
==Usage notes== | ==Usage notes== | ||
<ul><li>If <var class="term">float</var> is less than, or equal to zero, the request is cancelled. | <ul><li>If <var class="term">float</var> is less than, or equal to zero, the request is cancelled. | ||
<li><var>Log10</var> is available as of <var class="product">[[Sirius Mods| | <li><var>Log10</var> is available as of <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 7.3.</ul> | ||
==Examples== | ==Examples== |
Revision as of 17:46, 4 May 2011
Log base 10 of a number (Float class)
The Log10 intrinsic function returns a number that is the logarithm base-10 of the method object value.
Syntax
%number = float:Log10
Syntax terms
%number | A numeric variable to receive the base-10 log of the method object. |
---|---|
float | The input method object float value. |
Usage notes
- If float is less than, or equal to zero, the request is cancelled.
- Log10 is available as of Sirius Mods Version 7.3.
Examples
The following statement returns "3.14159:log10 = 0.497149505861123
".
printText {~} = {3.14159:log10}
See also
- Log10 is an object-oriented version of the $Log10 function.