_hypot二乗和の平方根を算出します。引数型初期値説明_hypot($x...); $xList...対象となる数値の配列二乗和の平方根@debug _hypot(3, 4); // => 5 @debug _hypot(3, 4, 5); // => 7.07107