notes

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

Ceiling.md (202B)


      1 # Ceiling 
      2 
      3 U2.3.4
      4 
      5 **Definition:** The ceiling function specifies to round up the input to the nearest integer. 
      6 
      7 Remember to still round to the higher number for negatives.
      8 
      9 $\lceil 10.1 \rceil = 11$