Closed cuviper closed 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.
u128
i128
Complex
Num
bors r+
The build script detects support for
u128
andi128
(Rust 1.26+) and enables theirComplex
implementations. We only have to directly implement the operators with scalar LHS, and the rest comes from enabling num-traits' 128-bitNum
.