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


colomon: rakudo: say 5.Num.sin('degrees');
p6eval: rakudo 446d49: OUTPUT«too many arguments passed (2) - 1 param
expected␤in Main (/tmp/ikAjKOkV3I:2)␤»
colomon: rakudo: say 5.0.sin('degrees');
p6eval: rakudo 446d49: OUTPUT«0.0871557427476582␤»
colomon: rakudo: say (5 * 1.0).sin('degrees');
p6eval: rakudo 446d49: OUTPUT«too many arguments passed (2) - 1 param
expected␤in Main (/tmp/DZhXZHeJmV:2)␤»

--
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to