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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d3316c3ca21282c X-Google-Attributes: gid103376,public From: "James Mcleod" Subject: Re: Float IO Date: 1999/10/11 Message-ID: #1/1 X-Deja-AN: 535670544 References: <37F5DB55.687B26D@easystreet.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Trace: news2.randori.com 939701859 (Mon, 11 Oct 1999 21:17:39 PDT) Organization: The Highland Group X-MSMail-Priority: Normal Reply-To: "James Mcleod" NNTP-Posting-Date: Mon, 11 Oct 1999 21:17:39 PDT Newsgroups: comp.lang.ada Date: 1999-10-11T00:00:00+00:00 List-Id: Al Christians wrote in message news:37F5DB55.687B26D@easystreet.com... > From the Ada 95 RM: > > "The number of digits of the fractional part is given by Aft, > or is one if Aft equals zero." > > The why of this baffles me. Why is it wrong to ask for zero digits > after the decimal? If it is wrong, why doesn't Float_IO just raise an > exception instead of correcting the parameter and giving me something > that I never asked for? > > > Al >