Class Complex


  • public class Complex
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double img  
      private double real  
    • Constructor Summary

      Constructors 
      Constructor Description
      Complex​(double real, double img)  
    • Field Detail

      • real

        private final double real
      • img

        private final double img
    • Constructor Detail

      • Complex

        public Complex​(double real,
                       double img)