horner

MIT

Inline polynomial evaluation using Horner's rule.

$ area51 add hornerCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(horner:some-function ...)