Equations
- termℤ = Lean.ParserDescr.node `termℤ 1024 (Lean.ParserDescr.symbol "ℤ")
Instances For
@[deprecated Int.natAbs_eq_zero]
@[deprecated Int.natAbs_pos]
The modulus of an integer by another as a natural. Uses the E-rounding convention.
Equations
- Int.natMod m n = Int.toNat (m % n)