FutureBasic Logo

<<    Index    >> FutureBasic

Log10   function



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
log; log2