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