commit | bc7cc9d2a762a26b2fcbf150b3fc9c6993ffa16c | [log] [tgz] |
---|---|---|
author | Joe Ramsay <[email protected]> | Fri Dec 09 12:19:38 2022 +0000 |
committer | Joe Ramsay <[email protected]> | Fri Dec 09 12:19:38 2022 +0000 |
tree | 0b06cfa5fab3f8f594ff16a1d093a92412e8fb86 | |
parent | 132d2f5da6155e64ff39a54fdbb46145a3892d6a [diff] |
pl/math: Add polynomial helpers Add macros for simplifying polynomial evaluation using either Horner, pairwise Horner or Estrin. Several routines have been modified to use the new helpers. Readability is improved slightly, and we expect that this will make prototyping new routines simpler.