jannikmi / multivar_horner

python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials
https://multivar-horner.readthedocs.io/en/latest/
MIT License
27 stars 3 forks source link

Show how to print out the human-readable representation of the Horner polynomial #18

Closed dpsanders closed 4 years ago

dpsanders commented 4 years ago

Please add to the paper code showing how to print out the human-readable representation of the Horner polynomial.