Mercurial > hg > octave-nkf
diff scripts/polynomial/polygcd.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 7012c2492c12 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/polynomial/polygcd.m +++ b/scripts/polynomial/polygcd.m @@ -33,10 +33,9 @@ ## polygcd (poly(1:8), poly(3:12)) - poly(3:8) ## deconv (poly(1:8), polygcd (poly(1:8), poly(3:12))) - poly(1:2) ## @end example -## @end deftypefn -## ## @seealso{poly, polyinteg, polyderiv, polyreduce, roots, conv, deconv, ## residue, filter, polyval, and polyvalm} +## @end deftypefn function x = polygcd (b, a, tol)