Mercurial > hg > octave-nkf
diff scripts/polynomial/mkpp.m @ 8494:836618fee9d6
[docs] add hyphen
author | Brian Gough <bjg@gnu.org> |
---|---|
date | Tue, 13 Jan 2009 00:27:07 -0500 |
parents | eb7bdde776f2 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/polynomial/mkpp.m +++ b/scripts/polynomial/mkpp.m @@ -21,7 +21,7 @@ ## @deftypefnx {Function File} {@var{pp} =} mkpp (@var{x}, @var{p}, @var{d}) ## ## Construct a piece-wise polynomial structure from sample points -## @var{x} and coefficients @var{p}. The ith row of @var{p}, +## @var{x} and coefficients @var{p}. The i-th row of @var{p}, ## @code{@var{p} (@var{i},:)}, contains the coefficients for the polynomial ## over the @var{i}-th interval, ordered from highest to ## lowest. There must be one row for each interval in @var{x}, so