microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.29.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_exponents/index.md

8lines · modecode

1**Input:** A complex number $x = a + bi$.
2
3**Goal:** Return the complex number $e^x = e^{a + bi}$.
4
5<details>
6 <summary><b>Need a hint?</b></summary>
7 Q# namespace <code>Std.Math</code> includes a function <code>E()</code> that returns the value of the constant $e$.
8</details>
9