Mercurial > hg > octave-nkf
diff scripts/polynomial/mpoles.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 663594b481e5 |
line wrap: on
line diff
--- a/scripts/polynomial/mpoles.m +++ b/scripts/polynomial/mpoles.m @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {[@var{multp}, @var{indx}] =} mpoles (@var{p}, @var{tol}, @var{reorder}) ## Identify unique poles in @var{p} and associates their multiplicity, ## ordering them from largest to smallest. -## +## ## If the relative difference of the poles is less than @var{tol}, then ## they are considered to be multiples. The default value for @var{tol} ## is 0.001.