notes

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

Double.md (152B)


      1 # Double (Precision Floating Point)
      2 
      3 **Source:** C Programming
      4 
      5 **Chapter:** 1.1
      6 
      7 **Definition:** A double is a double precision floating point number.