EnzymeAD / EnzymeAD/Enzyme-JAX
imag, real, abs of `exp(complex number)`
Open
complex
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
```
Re(exp(x)) = exp(a)·cos(b) = exp(Re(x))·cos(Im(x))
Im(exp(x)) = exp(a)·sin(b) = exp(Re(x))·sin(Im(x))
|exp(x)| = exp(a) = exp(Re(x))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.