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 Lines: 6 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#)