Mercurial > hg > octave-nkf
diff scripts/polynomial/polyderiv.m @ 3368:a4cd1e9d9962
[project @ 1999-11-20 17:22:48 by jwe]
author | jwe |
---|---|
date | Sat, 20 Nov 1999 17:23:01 +0000 |
parents | 44d82b369c78 |
children | e031284eea27 |
line wrap: on
line diff
--- a/scripts/polynomial/polyderiv.m +++ b/scripts/polynomial/polyderiv.m @@ -17,11 +17,12 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## usage: polyderiv (p) -## -## Returns the coefficients of the derivative of the polynomial whose -## coefficients are given by vector p. -## +## -*- texinfo -*- +## @deftypefn {Function File} {} polyderiv (@var{c}) +## Return the coefficients of the derivative of the polynomial whose +## coefficients are given by vector @var{c}. +## @end deftypefn + ## SEE ALSO: poly, polyinteg, polyreduce, roots, conv, deconv, residue, ## filter, polyval, polyvalm