Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement 128-bit Gaussian integers #27

Merged
merged 1 commit into from May 21, 2018
Merged

Implement 128-bit Gaussian integers #27

merged 1 commit into from May 21, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented May 21, 2018

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.

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
Copy link
Member Author

cuviper commented May 21, 2018

bors r+

bors bot added a commit that referenced this pull request May 21, 2018
27: Implement 128-bit Gaussian integers r=cuviper a=cuviper

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`.

Co-authored-by: Josh Stone <cuviper@gmail.com>
@bors
Copy link
Contributor

bors bot commented May 21, 2018

Build succeeded

@bors bors bot merged commit 37fe3ae into rust-num:master May 21, 2018
@cuviper cuviper deleted the i128 branch February 6, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant