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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b335e59f3b68cea5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Thu, 11 May 2006 17:41:54 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <13510777.LAsiQbKxBa@linux1.krischik.com> <1147376013.928071.10700@v46g2000cwv.googlegroups.com> Subject: Re: Ada_Programming/Types/delta Date: Thu, 11 May 2006 17:42:18 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-QCh4RCCrSeYiMG/nAWWcENVzkpEnRULXt/2Q08I3vYhcznuw0/EC4GfMhUWOOMyusOn99YHKWirf1kX!jpM775nr09xNhYTkocwom+oqqf6Hpqg6wptEys5lIYEVr6JsFTakk/SUiJ213nAwvlCWfZDIJoeW!gxaZnDYlC01TuA== X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4206 Date: 2006-05-11T17:42:18-05:00 List-Id: "REH" wrote in message news:1147376013.928071.10700@v46g2000cwv.googlegroups.com... > > Martin Krischik wrote: > > Hello, > > > > Simon has raised the point that > > http://en.wikibooks.org/wiki/Ada_Programming/Types/delta is substandart > > (see talk page). > > > > Considering the length discussion about fixed point type which have taken > > place here recently I belive that quite a few of the readers of c.l.a are > > well suited to improve the article. So please help us out. > > > > As I pointed out to Simon: There is not need to discuss changes on the talk > > page. Wiki-Style is: Hit [edit] and improve it. Wikimedia has an unlimited > > change history and nothing ever gets lost. > > > > You don't know WikiMarkup - no problem either - just hack the text in > > without any markup - someone else will add the markup for you. > > > > Martin > > -- > > Somone should also fix the nomenclature. The article defines the two > types of fixed point types as "binary" and "decimal." I was informed > in this group that saying "binary" is incorrect and should be "normal." You mean "ordinary". See 3.5.9 in the RM. Randy.