|
|
|
|
|
by tgb
3027 days ago
|
|
On the contrary, decimal number types (such as the one in C# that I am most familiar with) are addressing another kind of number that occurs very frequently within "the real world" and is inherently in base ten. Namely, numbers with a fixed number of digits past the decimal point and with specific rounding rules. These are incredibly common in finance. |
|
No sense in special casing the number 10 when you can have proper rational numbers with almost equal effort.