`math.h` declares the `hypot` family of functions but there is no implementation for it: ```c double hypot( double x, double y ); float hypotf( float x, float y ); long double hypotl( long double x, long double y ); ```
math.hdeclares thehypotfamily of functions but there is no implementation for it: