Futurebasic/Language/Reference/log10
Log10
Syntax
commonLog# = LOG10(expr)
Description
Returns the common logarithm of expr. the common logarithm uses "10" as its base. LOG10 always returns a double-precision result.
See Also
LOG2
commonLog# = LOG10(expr)
Returns the common logarithm of expr. the common logarithm uses "10" as its base. LOG10 always returns a double-precision result.
LOG2