Skip to content

Releases: mlazaric/Chebyshev

Version 1 of Chebyshev

21 Dec 19:47
Compare
Choose a tag to compare

Version 1 is has two parts:

  • chebyshev.polynomial : Module for calculating and caching Chebyshev polynomials, as well as some helper functions regarding polynomial manipulation.
  • chebyshev.approximation: Module for approximating sympy expressions using the Taylor series and Chebyshev polynomials.

It can be used to approximate any sympy expression using the Approximation class from the chebyshev.approximation module. More information can be found in the module documentation.