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 classInfiniteExpansionExceptionException indicating that the result of an operation would have infinite size.classLossOfPrecisionExceptionException indicating a result that would have no significant digits.classOverflowExceptionException indicating an overflow in a calculation.
-