Mercurial > hg > octave-nkf
diff scripts/polynomial/polyaffine.m @ 9758:09da0bd91412
Periodic grammar check of Octave documentation files to ensure common format
Use double spaces after a period at start of new sentence
Do not use @iftex blocks where @tex block is sufficient
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 23 Oct 2009 09:28:14 -0700 |
parents | a8be2f7c81ee |
children | 693e22af08ae |
line wrap: on
line diff
--- a/scripts/polynomial/polyaffine.m +++ b/scripts/polynomial/polyaffine.m @@ -16,7 +16,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} polyaffine (@var{f}, @var{mu}) ## Return the coefficients of the polynomial whose coefficients are given by -## vector @var{f} after an affine tranformation. If @var{f} is the vector +## vector @var{f} after an affine tranformation. If @var{f} is the vector ## representing the polynomial f(x), then @var{g} = polytrans (@var{f}, ## @var{mu}) is the vector representing ## @example