-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Refactor polynomials #323
Commits on Dec 25, 2023
-
refactor: Extract a method which encapsulates how to calculate the ro…
…ot of a function.
Configuration menu - View commit details
-
Copy full SHA for cf05114 - Browse repository at this point
Copy the full SHA cf05114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebadd3 - Browse repository at this point
Copy the full SHA 8ebadd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5146d59 - Browse repository at this point
Copy the full SHA 5146d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c114607 - Browse repository at this point
Copy the full SHA c114607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645b5f5 - Browse repository at this point
Copy the full SHA 645b5f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d01c7 - Browse repository at this point
Copy the full SHA 43d01c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6a896 - Browse repository at this point
Copy the full SHA ca6a896View commit details -
test: made the example a little more complicated (example derived fro…
…m Wolfram Alpha).
Configuration menu - View commit details
-
Copy full SHA for 4ddb4ef - Browse repository at this point
Copy the full SHA 4ddb4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8089cc2 - Browse repository at this point
Copy the full SHA 8089cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd2c1f - Browse repository at this point
Copy the full SHA 9fd2c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7ce1a - Browse repository at this point
Copy the full SHA 4d7ce1aView commit details -
refactor: replaced multiple assertions with use of assert: equals: wh…
…ich uses the object's = message.
Configuration menu - View commit details
-
Copy full SHA for 4a23af2 - Browse repository at this point
Copy the full SHA 4a23af2View commit details -
refactor: Rename Variable, where we give objects names similar to tho…
…se used in mathematics.
Configuration menu - View commit details
-
Copy full SHA for f818335 - Browse repository at this point
Copy the full SHA f818335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfcd0e - Browse repository at this point
Copy the full SHA 2bfcd0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c2919 - Browse repository at this point
Copy the full SHA e0c2919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ba156 - Browse repository at this point
Copy the full SHA 05ba156View commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b7f888 - Browse repository at this point
Copy the full SHA 4b7f888View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9b49d - Browse repository at this point
Copy the full SHA fa9b49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e46a25 - Browse repository at this point
Copy the full SHA 7e46a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0e6ce - Browse repository at this point
Copy the full SHA 4b0e6ceView commit details -
refactor: we can use the Polynomial's = method to reduce the number o…
…f assertions and make the tests more DSL like.
Configuration menu - View commit details
-
Copy full SHA for c56bdc1 - Browse repository at this point
Copy the full SHA c56bdc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ae30d - Browse repository at this point
Copy the full SHA 03ae30dView commit details -
refactor: used the assert: equals: message to take advantage of Polyn…
…omial's = message.
Configuration menu - View commit details
-
Copy full SHA for 31baea4 - Browse repository at this point
Copy the full SHA 31baea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76f8f9 - Browse repository at this point
Copy the full SHA c76f8f9View commit details -
test: added a comment describing the example the way a mathematician …
…would understand it.
Configuration menu - View commit details
-
Copy full SHA for 6f02880 - Browse repository at this point
Copy the full SHA 6f02880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f762c - Browse repository at this point
Copy the full SHA 26f762cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d08970 - Browse repository at this point
Copy the full SHA 1d08970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b6af9 - Browse repository at this point
Copy the full SHA 84b6af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaefdcf - Browse repository at this point
Copy the full SHA aaefdcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddc12b - Browse repository at this point
Copy the full SHA 4ddc12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c2fd8 - Browse repository at this point
Copy the full SHA 75c2fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fed03 - Browse repository at this point
Copy the full SHA d4fed03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba7c68 - Browse repository at this point
Copy the full SHA 2ba7c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8320ec0 - Browse repository at this point
Copy the full SHA 8320ec0View commit details -
refactor: extracted the expected coefficients to a local variable to …
…make equating Polynomials simpler.
Configuration menu - View commit details
-
Copy full SHA for 4b89858 - Browse repository at this point
Copy the full SHA 4b89858View commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63b3779 - Browse repository at this point
Copy the full SHA 63b3779View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e7f96 - Browse repository at this point
Copy the full SHA a3e7f96View commit details -
refactor: reduce the number of assertions by equating polynomials rat…
…her than coefficients.
Configuration menu - View commit details
-
Copy full SHA for ecb00fc - Browse repository at this point
Copy the full SHA ecb00fcView commit details
Commits on Dec 30, 2023
-
documentation: added documentation to demonstrate how a mathematician…
… would integrate a polynomial w.r.t. x.
Configuration menu - View commit details
-
Copy full SHA for a286790 - Browse repository at this point
Copy the full SHA a286790View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb2a87 - Browse repository at this point
Copy the full SHA efb2a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0a97f - Browse repository at this point
Copy the full SHA eb0a97fView commit details -
refactor: we can use the arbitrary constant in our expected coefficie…
…nts of the integrated polynomial.
Configuration menu - View commit details
-
Copy full SHA for 85c2398 - Browse repository at this point
Copy the full SHA 85c2398View commit details