Package org.apfloat

Class Apcomplex

java.lang.Object
java.lang.Number
org.apfloat.Apcomplex
All Implemented Interfaces:
Serializable, Formattable
Direct Known Subclasses:
Apfloat

public class Apcomplex extends Number implements Formattable, Serializable
Arbitrary precision complex number class. An apcomplex consists of a real and imaginary part of type Apfloat.

Note that although the Apcomplex class extends Number, the methods inherited from Number return the value of the real part of the complex number. Thus they are more meaningful for the Apfloat class and its subclasses.

Version:
1.13.0
Author:
Mikko Tommila
See Also: