diff scripts/polynomial/polyfit.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents ca92c9d3f882
children 22bd65326ec1
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m
+++ b/scripts/polynomial/polyfit.m
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{p}, @var{yf}] =} polyfit (@var{x}, @var{y}, @var{n})
 ## Return the coefficients of a polynomial @var{p}(@var{x}) of degree
-## @var{n} that minimizes 
+## @var{n} that minimizes
 ## @iftex
 ## @tex
 ## $$
@@ -36,7 +36,7 @@
 ## The polynomial coefficients are returned in a row vector if @var{x}
 ## and @var{y} are both row vectors; otherwise, they are returned in a
 ## column vector.
-## 
+##
 ## If two output arguments are requested, the second contains the values of
 ## the polynomial for each value of @var{x}.
 ## @end deftypefn