Re: Two results of set geometry



Tony Orlow wrote:
You didn't answer the question. Given any particular rational number,
can it be distinguished from pi?


WM wrote:
If you use all ressources for representing a rational number, then you
cannot compare it to pi because pi then does not and cannot exist. At
best you can use abaout 10^100 bits to represent the first 10^100 bits
of pi and about another 10^100 bits to represent a rational number.

If I use an algorithm to compute subsequent digits of pi (and
these algorithms do, in fact, exist), why would I bother storing
all n-1 previous digits of pi while comparing it to some rational
p/q, when I need only one digit of cosmic storage to hold the
nth digit?

.



Relevant Pages

  • Re: Two results of set geometry
    ... digits of pi and a subsequent 5 cannot be distinguished from pi as ... cannot compare it to pi because pi then does not and cannot exist. ... given enough time and stability of the representation and having ... Everything that exists, exists in physics, is limited by physics ...
    (sci.math)
  • Re: Reading specific memory address into variable
    ... I need to compare two numeric variables to ... If you could get to the mantissa and exponent of the number you're ... except it will be in binary significant digits (which can be ... converted to decimal significant digits by division by log10. ...
    (comp.lang.cpp)
  • Re: sorting strings with embedder digits
    ... you can compare the array entries and where ... digits are involved, compare them numerically. ... // m.groupshould contain the matched string of digits. ...
    (comp.lang.java.programmer)
  • Re: Relative Cardinality
    ... > 90 additional digits are required to reach position 10^100. ... The number of digits needed to compare two magnitudes depends only on ... No one knows how much can be stored in the whole universe since no one ...
    (sci.math)
  • Re: Divisibility of a java.math.BigInteger object
    ... and possibly faster to just extract the two least significant ... digits and compare them with »00«. ... To access the internal representation of a BigInteger use ... represenataion in decimal digits, though I suspect that will be too ...
    (comp.lang.java.programmer)