Uses of Class
org.apfloat.jscience.AbstractField
-
Packages that use AbstractField Package Description org.apfloat.jscience JScience wrapper for apfloat. -
-
Uses of AbstractField in org.apfloat.jscience
Classes in org.apfloat.jscience with type parameters of type AbstractField Modifier and Type Class Description class
AbstractField<T extends AbstractField<T,V>,V extends Apcomplex>
This class represents an arbitrary precision field object.Subclasses of AbstractField in org.apfloat.jscience Modifier and Type Class Description class
ApcomplexField
This class represents an arbitrary precision complex number.class
ApfloatField
This class represents an arbitrary precision floating-point number.class
AprationalField
This class represents an arbitrary precision rational number.class
FixedPrecisionApcomplexField
This class represents a fixed-precision complex number.class
FixedPrecisionApfloatField
This class represents a fixed-precision floating-point number.class
ModuloApintField
This class represents an arbitrary precision modulo integer.
-