menu
const_math package
documentation
functions.dart
log10
log10.new const constructor
log10.new const constructor
dark_mode
light_mode
log10
constructor
const
log10
(
num
d
)
Calculate 10-based log value.
Implementation
const factory log10(num d) = ConstMath.log10;
const_math package
documentation
functions
log10
log10.new const constructor
log10 extension type