math-hypot
Computes the square root of a sum of squares.
Computes the square root of a sum of squares.
A simple javascript library based on a formula developed by baseball statistician Bill James. It attempts to determine the number of games a team should have won, by comparing the total number of runs a team has scored to the number of runs it has allowed
Compute the hypotenuse avoiding overflow and underflow.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Compute the hypotenuse using the alpha max plus beta min algorithm.
Compute the hypotenuse.