A complex number with solely integer components can be represented as a two element INTEGER array. Write a MODULE called Integer_Complex_Arithmetic which contains 4 FUNCTION s each accepting two integer complex number `operands' and delivering the result of addition, subtraction, multiplication and division. Where appropriate Fortran 90 integer division rules should be followed. The following rules for complex arithmetic may be useful,
and,
and,
and,
Also write a procedure to accept one integer complex number and one non-negative integral exponent which delivers the result of **.
Note, for ,