diff scripts/polynomial/mkpp.m @ 6248:7fad1fad19e1

[project @ 2007-01-22 17:28:17 by jwe]
author jwe
date Mon, 22 Jan 2007 17:29:53 +0000
parents 34f96dd5441b
children 01036667884a
line wrap: on
line diff
--- a/scripts/polynomial/mkpp.m
+++ b/scripts/polynomial/mkpp.m
@@ -35,7 +35,7 @@
 ##
 ## @var{d} specifies the shape of the matrix @var{p} for all except the
 ## last dimension. If @var{d} is not specified it will be computed as
-## @code{round (rows (@var{p}) / (length (@var{x}) - 1)) instead.
+## @code{round (rows (@var{p}) / (length (@var{x}) - 1))} instead.
 ##
 ## @seealso{unmkpp, ppval, spline}
 ## @end deftypefn