Rational polynomial arithmetic and operations. Rational numbers are created and can be stored in polynomials. Algorithms include polynomial addition, subtraction, multiplication, division, differentiation, and integration.
Make sure you have Java, an IDE, and git installed on your machine
- Clone the repository into a destination of your choosing:
~/user/destinationexample git clone https://github.com/AnsorK/Rational-Polynomials.git (folder optional)
- Run the Java application in your IDE!
-
🧮 Polynomials are implemented as arrays.
-
🦾 Rigorous test suites that validate the correctness of every algorithm.