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.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!sei!firth From: firth@sei.cmu.edu (Robert Firth) Newsgroups: comp.lang.ada Subject: Re: determining the next model number >= any arbitrary number Message-ID: <9834@as0c.sei.cmu.edu> Date: 2 Jan 91 16:23:29 GMT References: <1991Jan2.152418.11783@planck.uucp> Reply-To: firth@sei.cmu.edu (Robert Firth) Distribution: na Organization: Software Engineering Institute, Pittsburgh, PA List-Id: In article <1991Jan2.152418.11783@planck.uucp> westley%planck.uucp@acsu.buffalo.edu (Terry J. Westley) writes: >Since 100.0 cannot be exactly expressed in a binary floating point >representation Sure can. (sign => 0, exponent => 2#111#, mantissa => 2#0.11001#)