# New Ticket Created by Solomon Foster # Please include the string: [perl #68848] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68848 >
colomon: rakudo: say exp(3.0 * log(1i)); p6eval: rakudo 0d4fe0: OUTPUT«-1.83691e-16-1i» colomon: rakudo: sub iPower($a, $b) { exp($b * log($a)) }; say iPower(1i, 3.0); p6eval: rakudo 0d4fe0: OUTPUT«NaNNaNi» (First result is correct, second is crazy.) -- Solomon Foster: colo...@gmail.com HarmonyWare, Inc: http://www.harmonyware.com