hypotl function

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

Implementation

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