hypotf function

double hypotf(
  1. double x,
  2. double y
)

Implementation

double hypotf(double x, double y) => hypot(x, y);