Class ApcomplexField

java.lang.Object
All Implemented Interfaces:
Serializable, Comparable<ApcomplexField>, Immutable, Realtime, ValueType, XMLSerializable, Field<ApcomplexField>, GroupAdditive<ApcomplexField>, GroupMultiplicative<ApcomplexField>, Ring<ApcomplexField>, Structure<ApcomplexField>

public class ApcomplexField extends AbstractField<ApcomplexField,Apcomplex>
This class represents an arbitrary precision complex number.

The precision of each calculation is determined separately, which means that loss of precision can easily accumulate in complicated calculations (e.g. matrix inversion). If this should be avoided, and a fixed precision is required, then it may be better to use FixedPrecisionApcomplexField instead.

Since:
1.8.0
Version:
1.8.0
Author:
Mikko Tommila
See Also: