Documentation

Noperthedron.RealMod

noncomputable def Real.emod (a b : ) :
Equations
Instances For
    theorem Real.emod_in_interval {a b : } (hb : 0 < b) :
    a.emod b Set.Ico 0 b
    theorem Real.emod_exists_multiple (a b : ) (hb : 0 < b) :
    ∃ (k : ), a.emod b = a + k * b