Returns the imaginary part of the complex number. @return The imaginary part of the complex number.
()
| 62 | * @return The imaginary part of the complex number. |
| 63 | */ |
| 64 | public double getImaginary() { |
| 65 | return img; |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Adds this complex number to another. |
no outgoing calls