changeset 82264:6faf2da0b622

(Linear Fits): Correct result.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 04 Aug 2007 04:22:00 +0000
parents 582a8ed39178
children 053c547b48f9
files man/calc.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/calc.texi	Sat Aug 04 04:03:50 2007 +0000
+++ b/man/calc.texi	Sat Aug 04 04:22:00 2007 +0000
@@ -24059,7 +24059,7 @@
 @noindent
 is on the stack and we wish to do a simple linear fit.  Type
 @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use
-the default names.  The result will be the formula @expr{3 + 2 x}
+the default names.  The result will be the formula @expr{3. + 2. x}
 on the stack.  Calc has created the model expression @kbd{a + b x},
 then found the optimal values of @expr{a} and @expr{b} to fit the
 data.  (In this case, it was able to find an exact fit.)  Calc then