|
|
|
|
|
by Dylan16807
1895 days ago
|
|
Fixed point doesn't do any better than floating point at holding infinite fractions. It won't solve this problem at all. (While decimal fixed point does solve this particular problem, the part that solves it is the decimal, not the fixed point. Decimal floating point is equally capable of adding 0.1 to 0.2) |
|