[c.math.hypot3] (original) (raw)

🔗

float hypot(float x, float y, float z);double hypot(double x, double y, double z);long double hypot(long double x, long double y, long double z);