On Sun, 20 Apr 2008 11:20:08 -0700
[EMAIL PROTECTED] (via RT) <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ perl6 -e 'say 1.1*10'
> 11
> [EMAIL PROTECTED]:~$ perl6 -e 'say 10*1.2'
> 1.66058e+08
pmichaud nopasted some simple PIR code which reproduces the issue, and
pinpoints things pretty well
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #53108]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53108 >
Possible bug in expressions that mix integer and float values.
[EMAIL PROTECTED]:~$