Returns the base 10 logarithm of a specified number.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.log10(float a)

Parameters

Name Data Type Description
a Float A number whose logarithm is to be found.

Return Value

Data Type Description
Float The base 10 log ofA.

Expand image Example

SXML