Mercurial > hg > octave-nkf
diff scripts/polynomial/polyval.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/polynomial/polyval.m +++ b/scripts/polynomial/polyval.m @@ -26,10 +26,9 @@ ## ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of ## the elements of @var{x}. +## @seealso{polyvalm, poly, roots, conv, deconv, residue, filter, +## polyderiv, polyinteg} ## @end deftypefn -## -## @seealso{polyvalm, poly, roots, conv, deconv, residue, filter, -## polyderiv, and polyinteg} ## Author: Tony Richardson <arichard@stark.cc.oh.us> ## Created: June 1994