▲ | ogogmad 2 days ago | ||||||||||||||||||||||||||||
The real numbers can be "represented" and "computed with" without needing approximations. The result is that there are no rounding errors. But it's not popular, and not necessarily worth the tradeoffs. On the other hand, see the Android calculator. | |||||||||||||||||||||||||||||
▲ | kccqzy 2 days ago | parent [-] | ||||||||||||||||||||||||||||
The Android calculator doesn't support all real numbers. It supports a specific subset of computable numbers that are computable using the operations presented in the calculator app. It's a good domain-specific number representation. It's far from real numbers. We can't even represent all the natural numbers: that would require infinite memory. Now you want to represent the real numbers, equinumerous with the power set of natural numbers? | |||||||||||||||||||||||||||||
|