RosettaCodeData/Task/Zero-to-the-zero-power/Sidef/zero-to-the-zero-power-2.sidef
2017-09-25 22:28:19 +02:00

2 lines
68 B
Text

say 0.root(0).pow(0) # => 1
say ((0**(1/0))**0) # => 1