menu
mfcc_bee package
documentation
mfcc_bee/functions/utils/logarithm.dart
logBase function
logBase function
dark_mode
light_mode
logBase
function
double
logBase
(
num
x
,
num
base
)
Implementation
double logBase(num x, num base) => math.log(x) / math.log(base);
mfcc_bee package
documentation
mfcc_bee/functions/utils/logarithm
logBase function
logarithm library