http://qs321.pair.com?node_id=11123121


in reply to Re: int() function
in thread int() function

C:\>rakudo -e "say (1.15*170)+0.5" 196


That's interesting - I thought that raku was above producing that sort of braindead bullshit.
Is it rounding to the nearest integer ?
Or maybe it's doing decimal math ?

UPDATE: aaah ... I think I get it ... 1.15 is being evaluated as the rational value 115/100 ... right ?

Cheers,
Rob