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