Sets the real value part of this complex number @param r the new real value
(double r)
| 47 | * @param r the new real value |
| 48 | */ |
| 49 | public void setReal(double r) |
| 50 | { |
| 51 | this.real = r; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Sets the imaginary value part of this complex number |