<<
Index
>>
FutureBasic 5
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