Package org.apfloat.jscience
JScience wrapper for apfloat.
This package contains classes that allow using the apfloat library classes with the JScience library. For example, it's possible to perform arbitrary-precision matrix or polynomial operations.
-
Class Summary Class Description AbstractField<T extends AbstractField<T,V>,V extends Apcomplex> This class represents an arbitrary precision field object.ApcomplexField This class represents an arbitrary precision complex number.ApfloatField This class represents an arbitrary precision floating-point number.AprationalField This class represents an arbitrary precision rational number.FixedPrecisionApcomplexField This class represents a fixed-precision complex number.FixedPrecisionApfloatField This class represents a fixed-precision floating-point number.ModuloApintField This class represents an arbitrary precision modulo integer.