$Log10 or $Log 10: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (add link) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$Log10 or $Log_10}} | {{DISPLAYTITLE:$Log10 or $Log_10}} | ||
<span class="pageSubtitle">Log base 10 function</span> | <span class="pageSubtitle">Log base 10 function</span> | ||
<p class="warn"><b>Note: </b> | <p class="warn"><b>Note:</b> Many Rocket $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the <var>$Log10</var> function is the <var>[[Log10 (Float function)|Log10]]</var> function. </p> | ||
methods. | |||
The OO equivalent for the | |||
<var>$Log10</var> | |||
function is the <var>[[Log10 (Float function)|Log10]]</var> function.</p> | |||
<p> | <p> | ||
The <var>$Log10</var> function (or its alias, <var>$Log_10</var>) returns the base-10 logarithm of the number ''x'' argument. </p> | |||
The <var>$Log10</var> function (or its alias, <var>$Log_10</var>) returns the base-10 logarithm | |||
of the number ''x''. | |||
==Syntax== | ==Syntax== | ||
Line 17: | Line 9: | ||
<p class="syntax"><span class="term">%num</span><span class="literal"> = $Log_10(</span><span class="term">x</span><span class="literal">)</span> </p> | <p class="syntax"><span class="term">%num</span><span class="literal"> = $Log_10(</span><span class="term">x</span><span class="literal">)</span> </p> | ||
If ''x'' is not greater than 0, | If ''x'' is not greater than 0, an error message is printed and a 0 is returned. | ||
an error message is printed and a 0 is returned. | |||
[[Category: Mathematical $functions]] |
Revision as of 20:49, 12 September 2017
Log base 10 function
Note: Many Rocket $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Log10 function is the Log10 function.
The $Log10 function (or its alias, $Log_10) returns the base-10 logarithm of the number x argument.
Syntax
%num = $Log10(x)
%num = $Log_10(x)
If x is not greater than 0, an error message is printed and a 0 is returned.