Alexsandro:
|| What's the correct value to
|| 0.0 ^ 0.0 ?
||
|| I think the result must be 1.0, but Clean answers #NAN. Is this behaviour a
|| feature or a bug?
Think about this:
lim [x->0] x^0 = ?
lim [x->0] 0^x = ?
Ciao. Vincent.