_hypot

二乗和の平方根を算出します。

引数初期値説明
_hypot($x...);
$xList...対象となる数値の配列

二乗和の平方根

@debug _hypot(3, 4);
// => 5

@debug _hypot(3, 4, 5);
// => 7.07107