Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-16 | The massive astyle sweep! | zlg | 1 | -21/+0 | |
Code style should be consistent now. All future commits will be run through astyle or they will be amended. | |||||
2013-02-21 | Shorten 2-01's code | zlg | 1 | -22/+2 | |
There's no code like no code! :) | |||||
2013-02-21 | Correct 2-01 solution | zlg | 1 | -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-21 | Solve Exercise 2-01: Variable limits | zlg | 1 | -0/+142 | |
Fixed gitignore list, too |