Uses of Class
org.apfloat.FixedPrecisionApfloatHelper
-
Packages that use FixedPrecisionApfloatHelper Package Description org.apfloat.jscience JScience wrapper for apfloat. -
-
Uses of FixedPrecisionApfloatHelper in org.apfloat.jscience
Methods in org.apfloat.jscience that return FixedPrecisionApfloatHelper Modifier and Type Method Description FixedPrecisionApfloatHelper
FixedPrecisionApfloatField. helper()
Return the precision helper.Constructors in org.apfloat.jscience with parameters of type FixedPrecisionApfloatHelper Constructor Description FixedPrecisionApfloatField(Apfloat value, FixedPrecisionApfloatHelper helper)
Constructs a new floating-point field object with the specified value.
-