java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
org.bzdev.math.Polynomials.RootP4Exception
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Polynomials
Exception to indicate that the polynomial passed to
Polynomials.integrateRootP4(Polynomial,double,double)
has a factor with whose minimum value is close to zero.
When this condition occurs, floating point errors may make the
computed value questionable.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString