rust-num / num-complex

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

Implement 128-bit Gaussian integers #27

Closed cuviper closed 6 years ago

cuviper commented 6 years ago

The build script detects support for u128 and i128 (Rust 1.26+) and enables their Complex implementations. We only have to directly implement the operators with scalar LHS, and the rest comes from enabling num-traits' 128-bit Num.

cuviper commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded