microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
billt/revert-mimalloc

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_conjugate/index.md

12lines · modepreview

**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>