menu
libmonet package
documentation
material_color_utilities.dart
MathUtils
hypot static method
hypot static method
dark_mode
light_mode
hypot
static method
double
hypot
(
double
a
,
double
b
)
Implementation
static double hypot(double a, double b) => math.sqrt(a * a + b * b);
libmonet package
documentation
material_color_utilities
MathUtils
hypot static method
MathUtils class