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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,ab436e97ff76821f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.224.18.144 with SMTP id w16mr10646918qaa.1.1343910042823; Thu, 02 Aug 2012 05:20:42 -0700 (PDT) Path: a15ni8267430qag.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!feeder3.cambriumusenet.nl!feed.tweaknews.nl!94.232.116.11.MISMATCH!feed.xsnews.nl!border-1.ams.xsnews.nl!goblin3!goblin.stu.neva.ru!news.matabio.net!jeffrey.matabio.net!thue.elzevir.fr!nntpfeed.proxad.net!proxad.net!feeder2-2.proxad.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit4.readnews.com!postnews.google.com!lq16g2000pbb.googlegroups.com!not-for-mail From: Robin Vowels Newsgroups: comp.lang.ada,comp.lang.pl1 Subject: Re: Does Ada need elemental functions to make it suitable for scientific work? Date: Sun, 29 Jul 2012 17:53:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <18c77859-480c-41f5-bb1c-df7ad067f4f3@googlegroups.com> <637de084-0e71-4077-a1c5-fc4200cad3cf@googlegroups.com> <6581ef3f-3e2c-4eeb-9a3f-eded557239d5@qk10g2000pbc.googlegroups.com> NNTP-Posting-Host: 123.2.70.40 Mime-Version: 1.0 X-Trace: posting.google.com 1343609661 5626 127.0.0.1 (30 Jul 2012 00:54:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jul 2012 00:54:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: lq16g2000pbb.googlegroups.com; posting-host=123.2.70.40; posting-account=S_MdrwoAAAD7T2pxG2e393dk6y0tc0Le User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-29T17:53:02-07:00 List-Id: On Jul 30, 1:51=A0am, "J-P. Rosen" wrote: > Le 29/07/2012 15:53, Robin Vowels a =E9crit :>> Note that in any case the= Sin you are calling is not specially known to the > >> > compiler, > > but in PL/I and Fortran it is. > > Which implies that you can work only with predefined types. > > One of the great benefits of Ada (for floating point types) is the > ability to chose accurracy and range, Which we can do in PL/I and Fortran. > and let the compiler find the > appropriate underlying hardware type. Which is what happens with PL/I. > Most machines have more than float and double!