Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    5,644

    Re: Complex Number Calculations

    I don't know much about complex numbers, so I'll leave comments on that to someone that does.

    Comments on the code:
    Passing the name of the method to a method seems silly. When would you ever...
  2. Replies
    8
    Views
    5,644

    Re: Complex Number Calculations

    Look at the differences between how the variables are defined and used in the other methods.
    division() defines c and tries to use it before it has been assigned a value.

    Something like:
    int x...
Results 1 to 2 of 2