Class CNumber

java.lang.Object
java.lang.Number
org.flag4j.complex_numbers.CNumber
All Implemented Interfaces:
Serializable

public class CNumber extends Number

A complex number stored in rectangular form with both the real and imaginary components stored as a 64-bit floats.

A CNumber is immutable.

See Also: