notes

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

Floor.md (201B)


      1 # Floor
      2 
      3 U2.3.4
      4 
      5 **Definition:** The floor function specifies to round down the input to the nearest integer. 
      6 
      7 Remember to round to the lower number for negative numbers.
      8 
      9 $\lfloor 10.9 \rfloor = 10$