top | item 46001847

(no title)

Natsu | 3 months ago

> and they aren’t irrational (i.e. they have a finite precision).

I'm not sure if I'm misunderstanding what you mean by 'finite precision' but the ordinary meaning of those words would seem to limit it to rational numbers?

discuss

order

zozbot234|3 months ago

In practice you're always computing with finite precision. (Even computing with symbolic expressions is just a preliminary step to what's ultimately a numerical result with finite precision.) The whole point of real numbers is to abstract away from detailed considerations of precision, and figure out what happens if you only ever care about putting satisfactory bounds on the output and are willing to bound your input to the extent required.

Natsu|3 months ago

What is the benefit of using R if it's really Q?