|
From: <pl...@pi...> - 2014-04-17 16:58:47
|
On 04/17/14 17:48, Philipp K. Janert wrote: > Fair enough. > > And I will admit that the 1/2==0 problem bites > me as well, occasionally.;-) > I too find this a pain. Sometimes I forget , especially when it is a variable that later is in denominator, since it's not immediately obvious. df=30 .... fit f(x) datafile using 1:($2/df) via m,c Of course, as soon as you debug down to the line where it occurs you spot it. But it does waste time in debugging. regards, Peter. |