The 0 revolution
Date: 03/02/05
(Algorithms) Keywords: no keywords
I here by order change of how we describes numbers to better fit the way computers world.
0) When counting up, start at 0. 0 1 2 3 4 5 ... This convention also matches the current countdown. ... 5 4 3 2 1 0.
1) All real integers must be written in multiple of 3 digits. Add 0 in front to fill in the space. 1 == 001; 1,234 == 001,234
2) Banning of all numbering system that does not support zero. ie. Roman Numerals.
Source: http://www.livejournal.com/community/algorithms/48722.html