Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 412 Bytes

Polynomials.jl

A Julia library for working with Polynomials.

The smallest unit of this library is terms.jl It works as a building block for other polynomials.

To do:

  • Add support for larger polynomails.
  • Make sure everything works correctly
  • Add support for calculus
    • Add support for slopes
    • Add support for differentiation
    • Add support for integration
  • Make speed improvements