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

Commits on May 21, 2018

  1. Implement 128-bit Gaussian integers

    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 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    37fe3ae View commit details
    Browse the repository at this point in the history