Uses of Class
org.apfloat.NumericComputationException
-
Packages that use NumericComputationException Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of NumericComputationException in org.apfloat
Subclasses of NumericComputationException in org.apfloat Modifier and Type Class Description class
InfiniteExpansionException
Exception indicating that the result of an operation would have infinite size.class
LossOfPrecisionException
Exception indicating a result that would have no significant digits.class
OverflowException
Exception indicating an overflow in a calculation.
-