Algebrite
Algebrite copied to clipboard
0^0 should be undefined, not 1
0^0
is an indeterminate form, so it should throw an error. Instead, it returns 1
.
I disagree. There are some references here as to why 1 is a good (pragmatic) choice https://www.geogebra.org/m/rmcxa9un
the tests follow @murkle's view, see power.coffee :
"(0.0)^(0.0)",
"1.0",