Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avhz/simple
Complex number implementation in Rust.
https://github.com/avhz/simple
Last synced: 29 days ago
JSON representation
Complex number implementation in Rust.
- Host: GitHub
- URL: https://github.com/avhz/simple
- Owner: avhz
- Created: 2023-09-25T20:17:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T13:49:46.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:13:19.061Z (7 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `simple` - A complex number implementation in Rust
$$
z = a + bi = re^{i\theta} = r(\cos\theta + i\sin\theta)
$$