New issue 799: Use nextafter instead of jittering in Cython https://bitbucket.org/yt_analysis/yt/issue/799/use-nextafter-instead-of-jitt...
Matthew Turk:
Instead of adding epsilons in Cython, we should be using `nextafter` from `math.h`.
Responsible: MatthewTurk