Skip to content

AnsorK/Rational-Polynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rational-Polynomials (RatPoly) 🐀

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.

How To Run

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!

The Deets

  • 🧮 Polynomials are implemented as arrays.

  • 🦾 Rigorous test suites that validate the correctness of every algorithm.

About

Rational Polynomial arithmetic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages