Assumptions:
TeX:
{i}^{z} = \cos\!\left(\frac{\pi}{2} z\right) + \sin\!\left(\frac{\pi}{2} z\right) i
z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Pow | Power | |
| ConstI | Imaginary unit | |
| Cos | Cosine | |
| Pi | The constant pi (3.14...) | |
| Sin | Sine | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("15f92d"),
Formula(Equal(Pow(ConstI, z), Add(Cos(Mul(Div(Pi, 2), z)), Mul(Sin(Mul(Div(Pi, 2), z)), ConstI)))),
Variables(z),
Assumptions(Element(z, CC)))