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

Avoid underflow and overflow in norm() #975

Merged
merged 21 commits into from
Feb 6, 2023
Merged

Commits on Dec 6, 2021

  1. Avoid underflow in norm()

    wsshin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    44ba6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b45376 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    7a81561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d553e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22739f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f498a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff314a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e580c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e75bad8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f33208a View commit details
    Browse the repository at this point in the history
  9. Make code more succinct

    wsshin committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    629d020 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e3c6b6 View commit details
    Browse the repository at this point in the history
  11. Rename aₘ to scale

    wsshin committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    146d0e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90e7c70 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    e44647c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0217203 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a66d8e View commit details
    Browse the repository at this point in the history
  4. Add test for overflow

    wsshin committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    51cdb73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    921da59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ea186b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5cb4bdc View commit details
    Browse the repository at this point in the history