Log10 (Float function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
of the method object value. | of the method object value. | ||
Available as of version 7.3 of the [[Sirius Mods]], the Log10 function is | Available as of version 7.3 of the [[Sirius Mods]], the <var>Log10</var> function is | ||
an object-oriented version of the $Log10 function. | an object-oriented version of the <var>$Log10</var> function. | ||
===Log10 syntax=== | ===Log10 syntax=== | ||
%value = number:log10 | %value = number:log10 |
Revision as of 17:26, 6 January 2011
This intrinsic function returns a number that is the logarithm base-10 of the method object value.
Available as of version 7.3 of the Sirius Mods, the Log10 function is an object-oriented version of the $Log10 function.
Log10 syntax
%value = number:log10
Syntax terms
- %value
- A numeric variable to receive the base-10 log of the method object.
- number
- A Float value.
Usage Notes
- If number is not greater than zero, the request is cancelled.
Examples
The following statement returns “3.14159:log10 = 0.497149505861123”.
PrintText {~} = {3.14159:log10}
See also
List of intrinsic Float methods