menu
openworld package
documentation
three_dart/three3d/math/index.dart
Math
log2 static method
log2 static method
dark_mode
light_mode
log2
static method
double
log2
(
num
x
)
Implementation
static double log2(num x) { return log(x) / LN2; }
openworld package
documentation
three_dart/three3d/math/index
Math
log2 static method
Math class