java.lang.Object
java.lang.Number
net.anwiba.commons.utilities.math.Complex
All Implemented Interfaces:
Serializable

public final class Complex extends Number
See Also:
  • Field Details

    • identity

      public static final Complex identity
  • Constructor Details

    • Complex

      public Complex(double real, double imaginary)
    • Complex

      public Complex()
    • Complex

      public Complex(double real)
    • Complex

      public Complex(Complex other)
    • Complex

      public Complex(Angle phi)
    • Complex

      public Complex(double real, Angle phi)
  • Method Details