Serialized Form
-
Package org.apache.commons.numbers.complex
-
Class org.apache.commons.numbers.complex.Complex extends Object implements Serializable
- serialVersionUID:
- 20180201L
-
Serialized Fields
-
imaginary
double imaginary
The imaginary part. -
real
double real
The real part.
-
-