From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#30427: division inconsistency? Date: Mon, 12 Feb 2018 16:04:11 -0500 Message-ID: <87zi4dq5ro.fsf@netris.org> References: <8b2d86cfda8cc0fb6b654cb59e222646@ccrma.stanford.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1518469416 9809 195.159.176.226 (12 Feb 2018 21:03:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 12 Feb 2018 21:03:36 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: 30427-done@debbugs.gnu.org To: bil@ccrma.Stanford.EDU Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Feb 12 22:03:31 2018 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elLFp-0001GR-9g for guile-bugs@m.gmane.org; Mon, 12 Feb 2018 22:03:13 +0100 Original-Received: from localhost ([::1]:53082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elLHr-0002qx-3i for guile-bugs@m.gmane.org; Mon, 12 Feb 2018 16:05:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elLHd-0002ja-Tb for bug-guile@gnu.org; Mon, 12 Feb 2018 16:05:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elLHa-0002fn-Le for bug-guile@gnu.org; Mon, 12 Feb 2018 16:05:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:60439) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elLHa-0002fS-Ia for bug-guile@gnu.org; Mon, 12 Feb 2018 16:05:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1elLHa-0000hU-7n for bug-guile@gnu.org; Mon, 12 Feb 2018 16:05:02 -0500 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Mon, 12 Feb 2018 21:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 30427 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 30427@debbugs.gnu.org, mhw@netris.org, bil@ccrma.Stanford.EDU Original-Received: via spool by 30427-done@debbugs.gnu.org id=D30427.15184694912668 (code D ref 30427); Mon, 12 Feb 2018 21:05:01 +0000 Original-Received: (at 30427-done) by debbugs.gnu.org; 12 Feb 2018 21:04:51 +0000 Original-Received: from localhost ([127.0.0.1]:40102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elLHP-0000gy-BG for submit@debbugs.gnu.org; Mon, 12 Feb 2018 16:04:51 -0500 Original-Received: from world.peace.net ([50.252.239.5]:50002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elLHN-0000gl-Kb for 30427-done@debbugs.gnu.org; Mon, 12 Feb 2018 16:04:49 -0500 Original-Received: from pool-72-93-28-59.bstnma.east.verizon.net ([72.93.28.59] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1elLHH-0004de-Pc; Mon, 12 Feb 2018 16:04:43 -0500 In-Reply-To: <8b2d86cfda8cc0fb6b654cb59e222646@ccrma.stanford.edu> (bil@ccrma.stanford.edu's message of "Sun, 11 Feb 2018 15:21:54 -0800") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9003 Archived-At: bil@ccrma.Stanford.EDU writes: > I forgot to include: > > scheme@(guile-user)> (help '/) > - Scheme Procedure: / [x [y . rest]] > Divide the first argument by the product of the remaining > arguments. If called with one argument Z1, 1/Z1 is returned. This email caused a second bug to be filed. I'm closing this one, but the first bug will remain open for discussion. Thanks, Mark