From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3132fa2f1b036425 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-31 12:58:46 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dmytrylavrov@fsmail.net (Dmytry Lavrov) Newsgroups: comp.lang.ada Subject: Re: number_base Date: 31 Oct 2003 12:58:45 -0800 Organization: http://groups.google.com Message-ID: <49cbf610.0310311258.2024b12b@posting.google.com> References: NNTP-Posting-Host: 213.248.15.81 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1067633926 25085 127.0.0.1 (31 Oct 2003 20:58:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 31 Oct 2003 20:58:46 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:1875 Date: 2003-10-31T12:58:45-08:00 List-Id: "Frank J. Lhota" wrote in message news:... > Has anyone in this NG written an Ada program that used a number base other > than 2, 8, 10, or 16? These days, it would be hard to find an example that > uses base 8. Looking at current usage, it is hard to make the case for more > number bases. Ha,USSR produced first and last(but don't sure) non-binary computer with base 3 (!!!!!!!!) Really!!! ;-) Joking: I(and you) really used another base many times. Base X. a*x^3+b*x^2+c*x+d... many times i divided values in base-X,multiplied,etc.converted to another base.I think you're too. Seriously, What's about base-60 ? Our seconds/minutes/etc ? (still joking) Base 12 ? I think as space-oriented,etc, ,ada should support all aliens bases,who know,how many fingers they have? Serious: It's good idea with base-8 because always when i have base-16 "DE" i'm counting "what's "D" are"? Why base 16 becomes more and more popular but PackedBinaryCodedDecimals aren't used so much now?Mainly because it's 1.5 faster to type?What if compare fingers "seek" time for abcdef and 1234567890? Dmytry Lavrov. http://dmytrylavrov.narod.ru