Skip to main content

LOG10

Returns the base-10 logarithm of a number.

CategoryMath
SyntaxLOG10(number)

Parameters

ParameterRequiredDescription
numberRequiredThe positive real number for which you want the base-10 logarithm.

Example

LOG10(1000)      // → 3
LOG10(1) // → 0

Auto-generated from the EngCanvas function registry.