Returns the real part of the complex number. @return The real part of the complex number.
()
| 53 | * @return The real part of the complex number. |
| 54 | */ |
| 55 | public double getReal() { |
| 56 | return real; |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Returns the imaginary part of the complex number. |
no outgoing calls