Package org.apfloat

Class InfiniteExpansionException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InfiniteExpansionException extends NumericComputationException
Exception indicating that the result of an operation would have infinite size.

For example, new Apfloat(2).divide(new Apfloat(3)), in radix 10.

Since:
1.5
Version:
1.14.0
Author:
Mikko Tommila
See Also: