log10(x: f64) → f64

Category: [math](builtinsmath)_

Base-10 logarithm.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
log10(1000.0)   // base-10 logarithm of 1000 → 3.0