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-Thread: 103376,80ae596d36288e8a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Why no socket package in the standard ? Date: Thu, 02 Jun 2011 22:44:54 +0200 Message-ID: <87oc2gufnd.fsf@mid.deneb.enyo.de> References: <87k4d4z6b6.fsf@mid.deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ruchba.enyo.de 1307047494 10850 172.17.135.6 (2 Jun 2011 20:44:54 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:91K3/rgD4bOcOl4O3DoU4ED9OrE= Xref: g2news2.google.com comp.lang.ada:20584 Date: 2011-06-02T22:44:54+02:00 List-Id: > I think most would say where's the IEEE Math standards 754-2008 before > adopting a BSD standard, IEEE 754 standard, have existed since 1985 > before Ada 95, so why it is not include in Ada 2005 and beyond. Does Ada really use the IEEE 754 floating point model? I don't think so---the RM allows optimizations which are generally frowned upon for reasons I do not entirely understand (such as increasing the accuracy of operations by reassociation).