Uses of Class
org.apfloat.FixedPrecisionApcomplexHelper
-
Packages that use FixedPrecisionApcomplexHelper Package Description org.apfloat The apfloat Application Programming Interface (API).org.apfloat.jscience JScience wrapper for apfloat. -
-
Uses of FixedPrecisionApcomplexHelper in org.apfloat
Subclasses of FixedPrecisionApcomplexHelper in org.apfloat Modifier and Type Class Description class
FixedPrecisionApfloatHelper
Fixed-precision mathematical functions for floating-point numbers. -
Uses of FixedPrecisionApcomplexHelper in org.apfloat.jscience
Methods in org.apfloat.jscience that return FixedPrecisionApcomplexHelper Modifier and Type Method Description FixedPrecisionApcomplexHelper
FixedPrecisionApcomplexField. helper()
Return the precision helper.Constructors in org.apfloat.jscience with parameters of type FixedPrecisionApcomplexHelper Constructor Description FixedPrecisionApcomplexField(Apcomplex value, FixedPrecisionApcomplexHelper helper)
Constructs a new complex field object with the specified value and precision helper.
-