Closed fchapoton closed 3 years ago
just a few changes
Line 531 (new version) looks suspicious to me: return (self * self) ** (other / 2)
Matthias, should that be (other // 2) ?? We don't want a floating point exponent, do we?
I switched to //
//
just a few changes