This documentation is compiled for the latest release of Mathos Core Library
Top
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Hypotenuse(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)
|
![]() ![]() | Hypotenuse(Double, Double, Double) |
See Also