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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,57d25404e12d2837 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-01 06:59:36 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news.rwth-aachen.de!not-for-mail From: "Alexander Boucke" Newsgroups: comp.lang.ada Subject: Re: How to catch NaNs with gnat3.14p Date: Fri, 1 Feb 2002 15:59:32 +0100 Organization: Lehr- und Forschungsgebiet f. Mechanik Message-ID: References: NNTP-Posting-Host: 134.130.177.111 X-Trace: nets3.rz.RWTH-Aachen.DE 1012575575 6430 134.130.177.111 (1 Feb 2002 14:59:35 GMT) X-Complaints-To: abuse@rwth-aachen.de NNTP-Posting-Date: 1 Feb 2002 14:59:35 GMT X-Newsreader: Microsoft Outlook Express Unix 5.00.2013.1312 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.1312 Xref: archiver1.google.com comp.lang.ada:19476 Date: 2002-02-01T14:59:35+00:00 List-Id: Preben Randhol wrote in message ... >> that gnat has now been modified so that all generated NaNs "will always fail >> any range check and cause Constraint_Error to be raised". That's what I was >> looking for. > >For floats too or just Integers? > > >-- >Preben Randhol �For me, Ada95 puts back the joy in programming.� Err... As I understand NaN is only defined in the floating-point environment. Alexander