menu
cdart package
documentation
math.dart
hypotl function
hypotl function
dark_mode
light_mode
hypotl
function
double
hypotl
(
double
x
,
double
y
)
Implementation
double hypotl(double x, double y) => hypot(x, y);
cdart package
documentation
math
hypotl function
math library