Mercurial > hg > octave-lyh
diff scripts/polynomial/spline.m @ 7650:eb7bdde776f2
Texinfo fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 26 Mar 2008 16:27:14 -0400 |
parents | a1dbe9d80eee |
children | 87f316e219b6 |
line wrap: on
line diff
--- a/scripts/polynomial/spline.m +++ b/scripts/polynomial/spline.m @@ -18,8 +18,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{pp} = } spline (@var{x}, @var{y}) -## @deftypefnx {Function File} {@var{yi} = } spline (@var{x}, @var{y}, @var{xi}) +## @deftypefn {Function File} {@var{pp} =} spline (@var{x}, @var{y}) +## @deftypefnx {Function File} {@var{yi} =} spline (@var{x}, @var{y}, @var{xi}) ## ## Returns the cubic spline interpolation of @var{y} at the point ## @var{x}. Called with two arguments the piece-wise polynomial @var{pp}