Futurebasic/Language/Reference/log10
< Futurebasic < Language < ReferenceLog10
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
LOG2
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.