Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!SUMEX-AIM.STANFORD.EDU!acuff From: acuff@SUMEX-AIM.STANFORD.EDU (Richard Acuff) Newsgroups: comp.sys.ti.explorer Subject: Re: Bug or Feature?? Message-ID: <2839961072-14442706@KSL-Mac-62> Date: 29 Dec 89 22:04:32 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: acuff@sumex-aim.stanford.edu Distribution: inet Organization: The Internet Lines: 9 -> P.S. If you aren't satisfied by this then you can always -> force the FLOAT value to be represented as a double -> precision value: -> (print (setq number 1111.7D0)) -> 1111.7d0 ;;; not 1111.7001 Or, of course, use 11117/10 (ie. a rational rather than a float).