Class TestComplex

    • Constructor Detail

      • TestComplex

        public TestComplex()
    • Method Detail

      • testConstructors

        public void testConstructors()
        Test the various constructors of Complex.
      • testConstants

        public void testConstants()
        Test the constants defined by the Complex class.
      • testOperations

        public void testOperations()
        Test the methods.
      • testOthers

        public void testOthers()
        Test other methods.
      • testHypot

        public void testHypot()
        Test the hypot method.