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

Expand API of Scalar #1093

Merged
merged 4 commits into from
Sep 15, 2022
Merged

Expand API of Scalar #1093

merged 4 commits into from
Sep 15, 2022

Commits on Sep 15, 2022

  1. Add Scalar::is_negative

    hannobraun committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    10a5f07 View commit details
    Browse the repository at this point in the history
  2. Add Scalar::is_positive

    hannobraun committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2a12682 View commit details
    Browse the repository at this point in the history
  3. Add Scalar::is_zero

    hannobraun committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b03d036 View commit details
    Browse the repository at this point in the history
  4. Improve Scalar::sign

    The returned enum is more useful, as it can be used in a `match`
    expression.
    hannobraun committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    163b7fc View commit details
    Browse the repository at this point in the history