menu
helpers package
documentation
helpers/misc.dart
Misc
sqrt static method
sqrt static method
dark_mode
light_mode
sqrt
static method
double
sqrt
(
double
x
)
Implementation
static double sqrt(double x) { return math.sqrt(x); }
helpers package
documentation
helpers/misc
Misc
sqrt static method
Misc class