mathlib documentation

core / init.data.int.bitwise

def int.div2  :
ℤ → ℤ
Equations
@[simp]
def int.bodd  :
ℤ → bool
Equations
def int.bit (b : bool) :
ℤ → ℤ
Equations
def int.test_bit  :
ℤ → ℕ → bool
Equations
def int.nat_bitwise (f : bool → bool → bool) (m n : ℕ) :
Equations
def int.bitwise (f : bool → bool → bool) :
ℤ → ℤ → ℤ
Equations
def int.lnot  :
ℤ → ℤ
Equations
def int.lor  :
ℤ → ℤ → ℤ
Equations
def int.land  :
ℤ → ℤ → ℤ
Equations
def int.ldiff  :
ℤ → ℤ → ℤ
Equations
def int.lxor  :
ℤ → ℤ → ℤ
Equations
def int.shiftr (m n : ℤ) :
Equations