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

Fix for issue #620 #635

Merged
merged 7 commits into from
Aug 25, 2024
Merged

Fix for issue #620 #635

merged 7 commits into from
Aug 25, 2024

Commits on Aug 14, 2024

  1. Fix overflow and division by zero errors: Add checks to prevent divis…

    …ion by zero and apply regularization to avoid extremely large results in exponentiation when the base is too small.
    apanichella committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f6aaf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff63e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4734eb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb33d2d View commit details
    Browse the repository at this point in the history
  5. Fix more overflow errors

    apanichella committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    42dcce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    d7cc72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c7e5b View commit details
    Browse the repository at this point in the history