hypot
There are 4 repositories under hypot topic.
nodef/extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
stdlib-js/math-base-special-hypot
Compute the hypotenuse avoiding overflow and underflow.
stdlib-js/math-base-special-fast-alpha-max-plus-beta-min
Compute the hypotenuse using the alpha max plus beta min algorithm.
stdlib-js/math-base-special-fast-hypot
Compute the hypotenuse.