A
a
this is probably a dumb question, but i'm not seeing why perl is treating
these numbers as unequal. i've tried on a few different machines (intel and
sparc) and perl versions (5.8.7, 5.8.3) and get the same result.
perl -e 'if (361.35 == (72.27*5)) { print "EQUAL"; } else {print "NOT EQUAL";}'
these numbers as unequal. i've tried on a few different machines (intel and
sparc) and perl versions (5.8.7, 5.8.3) and get the same result.
perl -e 'if (361.35 == (72.27*5)) { print "EQUAL"; } else {print "NOT EQUAL";}'