|
|
|
|
|
by ogogmad
1256 days ago
|
|
> And you should understand that most of its limitations are an inherent mathematical and fundamental limitation, it is logically impossible to do better on most of its limitations You can do exact real arithmetic. But this is only done by people who prove theorems with computers - or by the Android calculator! https://en.wikipedia.org/wiki/Computable_analysis Other alternatives (also niche) are exact rational arithmetic, computer algebra, arbitrary precision arithmetic. Fixed point sometimes gets used instead of floats because some operations lose no precision over them, but most operations still do. |
|
Same for arbitrary-precision calculations like big rationals. That just gives you as much precision as your computer can fit in memory. You will still run out of precision, just later rather then sooner.