microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
alex/loggylog

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_conjugate/solution.md

5lines · modepreview

To get the complex conjugate of a complex number, you multiply the imaginary part of that complex number by $-1$:

$$\overline{x} = a - bi$$

@[solution]({"id": "complex_arithmetic__complex_conjugate_solution", "codePath": "Solution.qs"})