Futurebasic/Language/Reference/log10
Appearance
(Redirected from Futurebasic/language/reference/log10)
Log10
[edit | edit source]Syntax
[edit | edit source]commonLog# = LOG10(expr)
Description
[edit | edit source]Returns the common logarithm of expr
. the common logarithm uses "10" as its base. LOG10
always returns a double-precision result.
See Also
[edit | edit source]LOG2