Skip to content

log10()#

Syntax
log10( number )

Returns#

Returns the base-10 logarithm of number.

Parameters#

Parameter Description
number The numeric value. Must be greater than zero.