Futurebasic/Language/Reference/log10

Log10

edit

Syntax

edit

commonLog# = LOG10(expr)

Description

edit

Returns the common logarithm of expr. the common logarithm uses "10" as its base. LOG10 always returns a double-precision result.

See Also

edit

LOG2