horner
Inline polynomial evaluation using Horner's rule.
$ area51 add hornerCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(horner:some-function ...)Inline polynomial evaluation using Horner's rule.
$ area51 add hornerCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(horner:some-function ...)