Futurebasic/Language/Reference/log10

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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