rust-num / num-complex

Complex numbers for Rust
Apache License 2.0
232 stars 50 forks source link

Use direct ops in Rem<T> for Complex<T> #25

Closed cuviper closed 6 years ago

cuviper commented 6 years ago

This avoids overflow issues with dividing by norm_sqr, and is probably faster too, just for being simpler.

cuviper commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded