log10 constructor

const log10(
  1. num d
)

Calculate 10-based log value.

Implementation

const factory log10(num d) = ConstMath.log10;