Class ComplexDemo

    • Method Detail

      • main

        public static void main​(String[] args)
        Demonstrate the Complex class.
        Parameters:
        args - String[]; the command line arguments (not used).
      • constructors

        public static void constructors()
        Constructors.
      • fieldsGettersNormAndPhi

        public static void fieldsGettersNormAndPhi()
        Fields, getters, norm and phi.
      • constants

        public static void constants()
        Constants.
      • binaryOps

        public static void binaryOps()
        Binary operations.
      • mathFunctions

        public static void mathFunctions()
        Math functions.