aboutsummaryrefslogtreecommitdiff
path: root/ch2 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21Correct 2-01 solutionzlg1-4/+14
FLT_MIN and DBL_MIN refer to the lowest _positive number_ representable in floating-point form on the machine, not the lowest _negative number_. Subtracting FLT_MAX from 0 will give you the minimum.
2013-02-21Solve Exercise 2-01: Variable limitszlg1-0/+142
Fixed gitignore list, too