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

Refactor polynomials #323

Merged
merged 42 commits into from
Jan 3, 2024
Merged

Refactor polynomials #323

merged 42 commits into from
Jan 3, 2024

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    cf05114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebadd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5146d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c114607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    645b5f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43d01c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca6a896 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ddb4ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8089cc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fd2c1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d7ce1a View commit details
    Browse the repository at this point in the history
  12. refactor: replaced multiple assertions with use of assert: equals: wh…

    …ich uses the object's = message.
    hemalvarambhia committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    4a23af2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f818335 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bfcd0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e0c2919 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05ba156 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    4b7f888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9b49d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e46a25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b0e6ce View commit details
    Browse the repository at this point in the history
  5. refactor: we can use the Polynomial's = method to reduce the number o…

    …f assertions and make the tests more DSL like.
    hemalvarambhia committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c56bdc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03ae30d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31baea4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c76f8f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f02880 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26f762c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d08970 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84b6af9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aaefdcf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ddc12b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75c2fd8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4fed03 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ba7c68 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8320ec0 View commit details
    Browse the repository at this point in the history
  19. refactor: extracted the expected coefficients to a local variable to …

    …make equating Polynomials simpler.
    hemalvarambhia committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4b89858 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    63b3779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e7f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb00fc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. documentation: added documentation to demonstrate how a mathematician…

    … would integrate a polynomial w.r.t. x.
    hemalvarambhia committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a286790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb2a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0a97f View commit details
    Browse the repository at this point in the history
  4. refactor: we can use the arbitrary constant in our expected coefficie…

    …nts of the integrated polynomial.
    hemalvarambhia committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    85c2398 View commit details
    Browse the repository at this point in the history