LOG10

f = LOG10 (x)

Returns the base-10 logarithm of x.

Example:

a = 10^2
print a       ' Output: 100

b = log10(a)
print b       ' Output: 2
Code samples using LOG10
Math
If there is insufficient information on this page and you wish learn more about LOG10, please send an email to smallbasic@gmail.com. You can help to improve information about LOG10 by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.