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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ac6f692d19115ce0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Exponent floats? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <18pr9vfqxcnbs.3a905du0c170.dlg@40tude.net> <1xirxa3acvjyk.1t5pkha35fa8t.dlg@40tude.net> <1112032075.351759.228000@g14g2000cwa.googlegroups.com> Date: Mon, 28 Mar 2005 20:51:25 +0200 Message-ID: <1i08m0jb9k8jz$.1qzfwpm99edti$.dlg@40tude.net> NNTP-Posting-Date: 28 Mar 2005 20:51:25 MEST NNTP-Posting-Host: bb2df5e9.newsread2.arcor-online.net X-Trace: DXC=c4bH9 On 28 Mar 2005 09:47:55 -0800, Puckdropper wrote: > Thanks! I got it to work properly using the with and use statements > that were added. > > Is this question common enough to warrant adding to the Ada Programming > FAQ? My Computer Science class had the same question (about the floats > and exponents) that was never answered. Well, David Botton has: http://www.adapower.com/faq/ Martin Krischik maintains Ada's wiki: http://en.wikipedia.org/wiki/Ada_programming_language There are many good introductory on-line books, like Ada distilled by Richard Riehle: http://www.adaic.org/docs/distilled/adadistilled.pdf (I always give it to our students) though to my knowledge nobody wrote something like that focused on numeric issues. That would be very interesting, because people coming from other languages usually have very little understanding of how advanced language support for numerics could be. One should repeat over and over again what fixed-point numbers are, what is the difference between ordinary and decimal fixed-point types. Rounding and overflow issues for floating-point types etc. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de