Skip to content

Commit

Permalink
fix doc, add NEWS for @evalpoly
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jun 5, 2014
1 parent 3d36d38 commit 9d9176a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ Library improvements

* New functions `randsubseq` and `randsubseq!` to create a random subsequence of an array ([#6726])

* New macro `@evalpoly` for efficient inline evaluation of polynomials ([#7146]).


Build improvements
------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ Mathematical Functions
coefficients ``c[1]``, ``c[2]``, ...; that is, the coefficients are
given in ascending order by power of ``z``. This macro expands to
efficient inline code that uses either Horner's method or, for
complex ``z``, a more efficient algorithm due to Knuth.
complex ``z``, a more efficient Goertzel-like algorithm.

Data Formats
------------
Expand Down

0 comments on commit 9d9176a

Please sign in to comment.