# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44211]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44211 >
Please try running either the pi.t or e.t tests from pugs
t/builtins/math/{e,pi}.t.
When used in an equation like this:
pi + 3
parrot returns this error:
too few arguments passed (1) - 2 params expected
current instr.: 'parrot;Perl6::Compiler;main' pc 138 (perl6.pir:98)
pi and e don't take any arguments, so maybe it is '+' complaining?