# HG changeset patch # User Jay Belanger # Date 1186201320 0 # Node ID 6faf2da0b6227e98ce1eb635a4768741c5a9d642 # Parent 582a8ed39178dbbc38a2ad705913d10ec033b72b (Linear Fits): Correct result. diff -r 582a8ed39178 -r 6faf2da0b622 man/calc.texi --- 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