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 unnecessary divisions and calls to gcd #38924

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    099f74f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    a2b12d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    538d6b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8a398 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. heuristically, polynomials tend to be monic

    Co-authored-by: mathzeta <[email protected]>
    mantepse and mathzeta authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8edd52d View commit details
    Browse the repository at this point in the history
  2. add comment

    mantepse committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2cec3f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. adapt doctests

    mantepse committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a8e2ca1 View commit details
    Browse the repository at this point in the history