notes

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

Div.md (201B)


      1 # Div
      2 
      3 U 2.4
      4 
      5 **Definition:** Div is a mathmatical function whereby we find the largest integer such that the second number times divisor is less than or equal to the first number. 
      6 
      7 ex:
      8 
      9 15 div 2 = 7