Revision Difference
math.log10#511549
<function name="log10" parent="math" type="libraryfunc">⤶
<description>Returns the base-10 logarithm of x. This is usually more accurate than math.log(x, 10).</description>⤶
<realm>Shared and Menu</realm>⤶
<args>⤶
<arg name="x" type="number">The value to get the base from exponent from.</arg>⤶
</args>⤶
</function>⤶
⤶