[spambayes-dev] RE: [Spambayes] Question (or possibly a bug report)
Meyer, Tony
T.A.Meyer at massey.ac.nz
Thu Jul 24 18:06:57 EDT 2003
> > So it's 0.0 < 0.001 that fails.
> And specifically because "0.001" is being treated as exactly
> 0.
Yes. Changing the print to:
print 0.0, 0.001, 0.0 < 0.001, 0.0 == 0.001, 0.0 > 0.001
gives:
0.0 0.0 False True False
In addition, a print of:
print 0.0, 0.001, 0.0 < 0.001, 0.0 == 0.001, 0.1, 0.01, 0.0001
gives:
0.0 0.0 False True 0.0 0.0 0.0
> Which locale was in effect? This is starting to get odd <wink>.
German_Germany.1252
=Tony Meyer
More information about the spambayes-dev
mailing list