* Get the imaginary component of the complex number * @returns The imaginary component - this._imaginary
()
| 31 | * @returns The imaginary component - this._imaginary |
| 32 | */ |
| 33 | get img(): number |
| 34 | { |
| 35 | return this._img; |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Add two complex numbers |
nothing calls this directly
no outgoing calls
no test coverage detected