DoubleArithmeticHypotenuse Method Mathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
Overload List

  NameDescription
Public methodStatic memberHypotenuse(Double, Double)
This method gives more accurate values for Sqrt(x^2+y^2) using Naive method: Math.Sqrt(x*x+y*y) may be faster but it overflows for large values (more than 1e150) and underflows for small values (less than 1e-150)
Public methodStatic memberHypotenuse(Double, Double, Double)
Top
See Also

Reference