/simple

Complex number implementation in Rust.

Primary LanguageRust

simple - A complex number implementation in Rust

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