Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)
$$