microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
minestarks/learning-followup

Branches

Tags

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

Clone

HTTPS

Download ZIP

katas/content/complex_arithmetic/complex_exponents/index.md

7lines · modepreview

**Input:** A complex number $x = a + bi$.

**Goal:** Return the complex number $e^x = e^{a + bi}$.

:::hint
Q# namespace <code>Std.Math</code> includes a function <code>E()</code> that returns the value of the constant $e$.
:::