This was discovered with the added 8 unit tests demonstrating edge case 'no Rex' failures.
This follows from the ideas in the post http://article.gmane.org/gmane.science.nmr.relax.devel/5858.
This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
This is to implement catching of math domain errors, before they occur.
When kex is large, ex: kex = 1e5, "nan" values where produced,
which was replaced with 1e100.
The cathing of these occurences needed to be re-written.