From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: ratio implementation Date: Thu, 31 Jul 2003 08:42:04 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87y8yf1vsz.fsf@zip.com.au> References: <3F250809.9030108@ccrma.stanford.edu> <871xwakvv3.fsf@zip.com.au> <3F26612D.6090501@ccrma.stanford.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059605007 27755 80.91.224.249 (30 Jul 2003 22:43:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2003 22:43:27 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 31 00:43:25 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hzfJ-0007DT-00 for ; Thu, 31 Jul 2003 00:43:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hzeQ-00047E-CN for guile-devel@m.gmane.org; Wed, 30 Jul 2003 18:42:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hzeG-000457-6I for guile-devel@gnu.org; Wed, 30 Jul 2003 18:42:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hzeE-00044r-RA for guile-devel@gnu.org; Wed, 30 Jul 2003 18:42:19 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hzeD-00044O-Ve for guile-devel@gnu.org; Wed, 30 Jul 2003 18:42:18 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6UMgCiI022519; Thu, 31 Jul 2003 08:42:13 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6UMgC7a029628; Thu, 31 Jul 2003 08:42:12 +1000 (EST) Original-Received: from localhost (ppp28.dyn228.pacific.net.au [203.143.228.28]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6UMgAaB028437; Thu, 31 Jul 2003 08:42:11 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19hze2-0000cd-00; Thu, 31 Jul 2003 08:42:06 +1000 Original-To: Bill Schottstaedt Mail-Copies-To: never In-Reply-To: <3F26612D.6090501@ccrma.stanford.edu> (Bill Schottstaedt's message of "Tue, 29 Jul 2003 04:57:33 -0700") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2671 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2671 Bill Schottstaedt writes: > > which only makes sense if (inexact->exact .3) does not > return 0, but 3/10. I might have imagined it returning the binary fraction corresponding to a float 0.3, eg. 0x13333333333333/0x40000000000000 for a double. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel