RosettaCodeData/Task/Exponentiation-operator/Perl-6/exponentiation-operator-2.pl6
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
33 B
Raku

say pow .75, -5;
say .75 *** -5;