Fix axiom that states 0.0 ^ (-1) = 0.0 in real.PowerReal theory.
Remove the incorrect Coq realization of PowerReal.pow by Rpower, since the latter is only meaningfully defined for positive first arguments, e.g. Rpower (-1) 3 = 1!
Please register or sign in to comment