Returns the imaginary part of this complex number @return the imaginary part of this complex number
()
| 66 | * @return the imaginary part of this complex number |
| 67 | */ |
| 68 | public double getImag() |
| 69 | { |
| 70 | return imag; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Alters this complex number as if an addition of another complex number was performed. |
no outgoing calls