Variables | |
const double | conEqualityTolerance = 0.0000000001 |
const double | coniPerturbationFactor = 0.0568412 |
Random number perturbation seed. | |
const double | conjPerturbationFactor = 0.0345687 |
Random number perturbation seed. |
--------------------------------------------------------------------------
---------------------------------------------------------------------------
|
This defined how close 2 doubles need to be to each other in order to be considered Equal. If the difference between the 2 divided by 1 of them is less than this they are equal. |