Returns the real part of this complex number @return the real part of this complex number
()
| 38 | * @return the real part of this complex number |
| 39 | */ |
| 40 | public double getReal() |
| 41 | { |
| 42 | return real; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Sets the real value part of this complex number |
no outgoing calls