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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e3fdc7c00d74a44f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-05 11:20:22 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Characters and Numerics Date: Wed, 5 Dec 2001 14:24:08 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3C0E6D91.43FEE78F@usa.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:17466 Date: 2001-12-05T14:24:08-05:00 List-Id: "Wes Groleau" wrote in message news:3C0E6D91.43FEE78F@usa.com... > If C = 'Z' the former will raise constraint error; > the latter will assign N a large number. But he stated as a precondition that C is a digit character. The algorithm I provided is only guaranteed to satisfy its postcondition if the precondition is satisfied.