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