Skip to content

just-digital/poly-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poly-fun

A little polynomial function that itself returns a function that is able to solve the equation

>>> poly_func = polynomial_function(2, 4, 3)  # 2 + 4x + 3x^2
>>> poly_func(5)  # Solve the equation where x=5

To run the tests:

>>> python tests.py

About

Polynomial Fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages