|
From: Dmitri A. S. <das...@gm...> - 2006-09-23 23:56:32
|
On 9/23/06, CM <mon...@gm...> wrote: > Has anyone seen numerical errors on the MacBook line of computers? I have > tried both gnuplot 4.0 and 4.1 (compiled from source, not the mac package), > and in each case the result of > > plot gamma(x) > > is very, very wrong. Has anyone else seen this? I searched the archives > for this list and didn't see anything relevant. Does it look better if you do: gnuplot> set samples 100000 gnuplot> plot [-2.5:6][-100:100] gamma(x) ? > > - C > Sincerely, Dmitri. -- |