Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Done
-
None
-
None
-
None
Description
Instead of
MathUtils.checkFinite(x);
we'll have
NotFiniteNumberException.check(x);
that self-documents which exception is raised when the forbidden condition is matched.