**Input:**
A complex number $x = a + bi$.
**Goal:**
Return the complex conjugate of $x$ $\overline{x} = a - bi$.
<details>
<summary><b>Need a hint?</b></summary>
A video explanation of the complex conjugate can be found [here](https://www.youtube.com/watch?v=BZxZ_eEuJBM).
</details>microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
katas/content/complex_arithmetic/complex_conjugate/index.md
12lines · modepreview