Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages