Class Complex

java.lang.Object
org.ujmp.core.util.Complex

public class Complex extends Object
  • Field Details

    • real

      private final double real
    • img

      private final double img
  • Constructor Details

    • Complex

      public Complex(double real, double img)
  • Method Details