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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,289588029f2ed8e6 X-Google-Attributes: gid103376,public From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) Subject: Re: Size of Float Date: 2000/09/26 Message-ID: <7oNV2oVP8B0s@eisner.decus.org>#1/1 X-Deja-AN: 674542253 References: <39D13A5C.9A587A82@erols.com> X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 970021595 216.44.122.34 (Wed, 27 Sep 2000 02:26:35 GMT) Organization: LJK Software NNTP-Posting-Date: Wed, 27 Sep 2000 02:26:35 GMT Newsgroups: comp.lang.ada Date: 2000-09-26T00:00:00+00:00 List-Id: In article <39D13A5C.9A587A82@erols.com>, Daniel Allex writes: > Is a float limited to 32 bits or is there a 64 bit version? I'm using > Ada95. Such things depend on your compiler and the underlying computer. It is against the spirit of Ada for the standard to limit compilers from providing support for large values of a type (except for Boolean).