5 lines
77 B
Raku
5 lines
77 B
Raku
print 0 ** 0, "\n";
|
|
|
|
use Math::Complex;
|
|
|
|
print cplx(0,0) ** cplx(0,0), "\n";
|