Class Polynomials.RootP4Exception

All Implemented Interfaces:
Serializable
Enclosing class:
Polynomials

public static class Polynomials.RootP4Exception extends ArithmeticException
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: