Re: sin (M_PI)
On Jul 13, 10:01 pm, "Malcolm McLean" <regniz...@btin ternet.com>
wrote:
I have heard of base e and base 3 suggestions but never phi before.
Apparently there is some mathematical reason that base e offers the
most dense compaction of information. Since 3 is close to 2.71828...
base 3 is nearly ideal and can be represented by +1,0,-1 voltage
states. On the other hand, since there is no existing hardware for
base 3 computations, it seems to remain an academic curiosity.
Do you have any citation for the golden ratio base? I would be
curious to read it.
On Jul 13, 10:01 pm, "Malcolm McLean" <regniz...@btin ternet.com>
wrote:
"Richard Bos" <r...@hoekstr a-uitgeverij.nlwr ote in message
>
news:46971c4f.1 41298470@news.x s4all.nl...
>
>
>
>
>
>
>
>
>
>
>
>
There have been serious proposals to build base phi - the golden ratio OR
1.618... - processors. These have certain advantages because corrupt bits in
integers can be detected. So far no one has implemented a Fibonnaci or base
Phi machine in hardware, to my knowledge.
>
news:46971c4f.1 41298470@news.x s4all.nl...
>
>
>
"Malcolm McLean" <regniz...@btin ternet.comwrote :
"Dale Henderson" <nil...@hotpop. comwrote in message
>news:878x9ld0e 3.fsf@hotpop.co m...
>>>>"JT" == Jens Thoms Toerring <j...@toerring. dewrites:
>news:878x9ld0e 3.fsf@hotpop.co m...
>>>>"JT" == Jens Thoms Toerring <j...@toerring. dewrites:
JTPi is an irrational number, i.e. you can't write it down
JTexactly without giving an infinite number of digits (what-
JTever number system you use).
JTexactly without giving an infinite number of digits (what-
JTever number system you use).
This isn't so. You can use base pi where pi becomes 10 of course 4 is
a problem. :)
a problem. :)
More subtly you can use base i (sqrt -1), and allow imaginary digits.
No, you can't. And you can't use pi, either.
# 5.2.4.2.2 Characteristics of floating types <float.h>
...
# b base or radix of exponent representation (an integer 1)
...
# b base or radix of exponent representation (an integer 1)
Note: integer. Ternary floating point arithmetic is allowed in C, as is
(probably more commonly; IIRC at least one implementation actually used
it) hexadecimal-based FP. But bases pi and i are not integral.
(probably more commonly; IIRC at least one implementation actually used
it) hexadecimal-based FP. But bases pi and i are not integral.
Of course, in mathematics, matters are different. But mathematics deals
with infinite precision, while C deals with the real world, where
everything exists only in quanta.
with infinite precision, while C deals with the real world, where
everything exists only in quanta.
There have been serious proposals to build base phi - the golden ratio OR
1.618... - processors. These have certain advantages because corrupt bits in
integers can be detected. So far no one has implemented a Fibonnaci or base
Phi machine in hardware, to my knowledge.
Apparently there is some mathematical reason that base e offers the
most dense compaction of information. Since 3 is close to 2.71828...
base 3 is nearly ideal and can be represented by +1,0,-1 voltage
states. On the other hand, since there is no existing hardware for
base 3 computations, it seems to remain an academic curiosity.
Do you have any citation for the golden ratio base? I would be
curious to read it.
Comment