menu
antidart package
documentation
kotlin.dart
log function
log function
dark_mode
light_mode
log
function
num
log
(
num
x
)
Computes the logarithm of the value
x
to the given base.
Implementation
num log(num x) => math.log(x);
antidart package
documentation
kotlin
log function
kotlin.stdlib library