Y
Hacker News
new
|
ask
|
show
|
jobs
by
bbv-if
2255 days ago
I have burnt myself once with perl: numbers that are printed the same are not necessarily equal.
DB<1> say((0.1+0.2) != 0.3) 1
1 comments
emilper
2254 days ago
that is floating point for you, not Perl
link