notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Mod.md (277B)


      1 # Mod
      2 
      3 U 2.4
      4 
      5 **Definition:** Mod is a mathematical function where we find the value 0 <= n < a such that a = bk + n for some integer b. 
      6 
      7 Generally, this is normally used only for integers, but there is not anything prohibitive about using it on R so long as b is an integer.