avhz / simple

Complex number implementation in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple - A complex number implementation in Rust

$$ z = a + bi = re^{i\theta} = r(\cos\theta + i\sin\theta) $$

About

Complex number implementation in Rust.


Languages

Language:Rust 100.0%