Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!mailrus!purdue!decwrl!labrea!csli!cwitty From: cwitty@csli.STANFORD.EDU (Carl Witty) Newsgroups: comp.lang.c Subject: Re: 0.1 Message-ID: <5981@csli.STANFORD.EDU> Date: 17 Oct 88 18:53:37 GMT References: <836@proxftl.UUCP> <3105@hubcap.UUCP> <1700@dataio.Data-IO.COM> <800@accelerator> <14014@mimsy.UUCP> <821@accelerator> Reply-To: cwitty@csli.Stanford.EDU (Carl Witty) Organization: Center for the Study of Language and Information, Stanford U. Lines: 32 In article <821@accelerator> rob@raksha.eng.ohio-state.edu (Rob Carriere) writes: >In article <14014@mimsy.UUCP> chris@mimsy.UUCP (Chris Torek) writes: >> [...] >>I must admit that inventing a notation for writing fractional digits >>is beyond me: [...] > >That's where you lost me. In base b we have b different digits, so in >base e we have .... well, eh, we should have... that is to say, ... > >>I have no idea whether fractional and irrational bases are well-regarded >>in mathematical circles (mathematical circles are the ones that are *really* >>round, rather than the merely arbitrary polygonal CS circles :-) ). > >That's OK, engineering circles are just plain irregular :-) > >Rob Carriere I'm not sure where I read about this...perhaps in one of Martin Gardner's Scientific American columns? The positive root of x*x = x+1 makes an interesting number base. This is the Golden Ratio, (1 + sqr(5))/2, or about 1.618. It's interesting because the above equation shows that the patterns "011" and "100" are interchangeable, anywhere in a number. e.g. 111 = 1001 and 1.011 = 1.1. This makes for interesting addition--for example, 111+111 = 1001+111 = 1001+110+1 = 1111+1 = 10011+1 = 10100+1 = 10101 . -- Carl Witty Internet: cwitty@csli.Stanford.EDU