| Name | Description |
---|
| AlmostEqualNormRelative(Double, Double, Double, Double) |
Compares two doubles and determines if they are equal
within the specified maximum error.
|
| AlmostEqualNormRelative(Double, Double, Double, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not. If the numbers
are very close to zero an absolute difference is compared, otherwise the relative difference is compared.
|
| AlmostEqualNormRelativeT(T, T, Double) |
Compares two doubles and determines if they are equal
within the specified maximum error.
|
| AlmostEqualNormRelativeT(T, T, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not. If the numbers
are very close to zero an absolute difference is compared, otherwise the relative difference is compared.
|