pub fn convergence(x: &mut f64, x_new: f64) -> bool
Compares if two floats are close via approx::relative_eq! and ACC relative precision. Updates first argument to value of second argument.
approx::relative_eq!
ACC