# New Ticket Created by  Itsuki Toyota 
# Please include the string:  [perl #128584]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128584 >


See the following results

$ perl6 -e 'say -1 ** -0.1'
-1
$ perl6 -e 'say reduce * ** *, -1, (-0.1)'
NaN

My Perl 6 version is
$ perl6 --version
This is Rakudo version 2016.05-4-g7a4ca4d built on MoarVM version 2016.05
implementing Perl 6.c.

Reply via email to