Mercurial > hg > octave-nkf
diff scripts/polynomial/polyval.m @ 3457:e031284eea27
[project @ 2000-01-19 08:49:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 08:50:14 +0000 |
parents | f8dde1807dee |
children | d25bc039237b |
line wrap: on
line diff
--- a/scripts/polynomial/polyval.m +++ b/scripts/polynomial/polyval.m @@ -27,9 +27,8 @@ ## If @var{x} is a vector or matrix, the polynomial is evaluated at each of ## the elements of @var{x}. ## @end deftypefn - -## SEE ALSO: polyvalm, poly, roots, conv, deconv, residue, filter, -## polyderiv, polyinteg +## @seealso{polyvalm, poly, roots, conv, deconv, residue, filter, +## polyderiv, and polyinteg} ## Author: Tony Richardson <arichard@stark.cc.oh.us> ## Created: June 1994