Skip to content

A polynomial class which stores a polynomial of coefficients and exponents. Can perform operations e.g. assignment, addition, subtraction, and multiplication. Implemented with an array that resizes as necessary.

Notifications You must be signed in to change notification settings

lselbeck/PolyLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyLab

A polynomial class which stores a polynomial of coefficients and exponents. Can perform operations e.g. assignment, addition, subtraction, and multiplication. Implemented with an array that resizes as necessary.

About

A polynomial class which stores a polynomial of coefficients and exponents. Can perform operations e.g. assignment, addition, subtraction, and multiplication. Implemented with an array that resizes as necessary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages