diff scripts/polynomial/polyreduce.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 f8dde1807dee
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m
+++ b/scripts/polynomial/polyreduce.m
@@ -17,11 +17,12 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: polyreduce(c)
-##
-## Reduces a polynomial coefficient vector to a minimum number of terms,
-## i.e. it strips off any leading zeros.
-##
+## -*- texinfo -*-
+## @deftypefn {Function File} {} polyreduce (@var{c})
+## Reduces a polynomial coefficient vector to a minimum number of terms by
+## stripping off any leading zeros.
+## @end deftypefn
+
 ## SEE ALSO: poly, roots, conv, deconv, residue, filter, polyval, polyvalm,
 ##           polyderiv, polyinteg