Re: BigDecimal and trigonometrics
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 15 Nov 2005 06:50:17 GMT
On Mon, 14 Nov 2005 21:10:08 GMT, Jeffrey Schwab
<jeff@xxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
>That's only true if one assumes a traditional floating-point
>representation. There are plenty of techniques (continued fractions,
>symbolic algebra, etc.) for representing irrational numbers with
>infinite precision in finite memory.
I think you are confusing rational repeaters (which can be accurately
represented by a rational fraction) with irrationals that at best
could be described as a limit of a series, e.g. pi, e.
Remember the proof that there are non-rational numbers, discovered,
IIRC by the ancient Greeks. There is no way you can map all
rationals, much less all irrationals with perfect accuracy into a
finite address space. There an infinite but countably many rationals
and uncountably many irrationals. (One of my pet peeves is
newscasters who use the term "uncountable" to mean "a large number" or
"more than I can count on my fingers".)
"Countable" to mathematicians means there exists a 1-1 mapping between
the set and the set of integers.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- Follow-Ups:
- Re: BigDecimal and trigonometrics
- From: Jeffrey Schwab
- Re: BigDecimal and trigonometrics
- From: Oliver Wong
- Re: BigDecimal and trigonometrics
- From: javerberg
- Re: BigDecimal and trigonometrics
- References:
- BigDecimal and trigonometrics
- From: javerberg
- Re: BigDecimal and trigonometrics
- From: Oliver Wong
- BigDecimal and trigonometrics
- Prev by Date: Re: XML --> Java User Interface
- Next by Date: Re: evaluation order
- Previous by thread: Re: BigDecimal and trigonometrics
- Next by thread: Re: BigDecimal and trigonometrics
- Index(es):
Relevant Pages
|