Package gnu.math

Class CComplex

All Implemented Interfaces:
Externalizable, Serializable

public class CComplex extends Complex implements Externalizable
General Cartesian Complex number. Use this instead of DComplex if you want exact complex numbers.
See Also: