Commit 2023-09-04 17:35 2f410e1e

View on Github →

feat(Algebra): integer powers of -1 (#6720) This PR introduces the map Int.negOnePow : ℤ → ℤ which sends n to (-1 : Units ℤ) ^ n.

Estimated changes