Re: Why is it impossible to get analytically all rational



But that is my central query.

Sorry, the post is withdrawn; Any such multiplications, additions in
numerator and denominator leave the number rational...so author needs
a break :).

.



Relevant Pages

  • Re: Conflicting needs for __init__ method
    ... single integer, another Rational instance, and perhaps floats, Decimal ... And when initializing from a pair of integers---a numerator ... sure that the denominator is positive. ... like negation or raising to a positive integer power, ...
    (comp.lang.python)
  • Re: infinite product
    ... This result generalizes to products with an arbitrary number of numerator and denominator terms. ... Note that this does not always give interesting formulae, since both sides may be zero because of poles of Gamma. ... It is for this reason that it is advisable to keep x in formula. ...
    (sci.math)
  • Re: Convert decimal to fraction string
    ... You can specify the maximum denominator to use in the ... Dim GCD As Long ... Dim TopNumber As Long ... Dim Numerator As Long ...
    (microsoft.public.vb.general.discussion)
  • Re: ga10- Integers found that form the sqrt(2) or transcendental numbers.
    ... the numerator and the denominator have the same number of decimal places. ... decimal comma to construct the integers until you have no comma (the limit of the sequence). ...
    (sci.math)
  • Struct vs Class
    ... The simplest declaration for the struct is: ... private Int32 _numerator; ... private Int32 _denominator; ...
    (microsoft.public.dotnet.languages.csharp)