# New Ticket Created by  S F 
# Please include the string:  [perl #70854]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70854 >


Rakudo master f1513348f71777c0ec13c46b1efe2d9b1a0f2c47 on Mac OS X 10.5.8:

> say 424/61731 +  832/61731
too many positional arguments: 3 passed, 1 expected

Problem appears to be that 61731 * 61731 is too large to be a valid
denominator passed to Rat.new:

> say (61731 * 61731) div 246924
No applicable candidates found to dispatch to for 'infix:div'

Reply via email to