From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Llorens Newsgroups: gmane.lisp.guile.bugs Subject: (expt 2 -inf.0) fails in 1.9.4 Date: Thu, 23 Dec 2010 01:54:29 +0100 Message-ID: <9D9CB2EF-9D4A-43B4-994C-9946E2684A95@bluewin.ch> References: <64.D8.19912.FEE221D4@mx11> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293065686 4639 80.91.229.12 (23 Dec 2010 00:54:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 00:54:46 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 23 01:54:42 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVZS5-0001bC-8f for guile-bugs@m.gmane.org; Thu, 23 Dec 2010 01:54:41 +0100 Original-Received: from localhost ([127.0.0.1]:37621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVZS4-0008Hj-MY for guile-bugs@m.gmane.org; Wed, 22 Dec 2010 19:54:40 -0500 Original-Received: from [140.186.70.92] (port=50174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVZRy-0008GV-Po for bug-guile@gnu.org; Wed, 22 Dec 2010 19:54:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVZRx-0007Ts-Fr for bug-guile@gnu.org; Wed, 22 Dec 2010 19:54:34 -0500 Original-Received: from mail30.bluewin.ch ([195.186.19.70]:44601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVZRx-0007Tm-BG for bug-guile@gnu.org; Wed, 22 Dec 2010 19:54:33 -0500 Original-Received: from [195.186.19.83] ([195.186.19.83:43099] helo=tr16.bluewin.ch) by mail30.bluewin.ch (envelope-from ) (ecelerity 2.2.2.45 r()) with ESMTP id 2E/67-21565-5CD921D4; Thu, 23 Dec 2010 00:54:30 +0000 Original-Received: from [192.168.1.36] (83.77.232.176) by tr16.bluewin.ch (The Blue Window 8.5.119.018.5.119.01) (authenticated as dll@bluewin.ch) id 4CF42EAF011F303E for bug-guile@gnu.org; Thu, 23 Dec 2010 00:54:29 +0000 In-Reply-To: <64.D8.19912.FEE221D4@mx11> X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4933 Archived-At: This is from git, 8aa47f2=85 > (expt 2 -inf.0) ERROR: In procedure integer-expt: ERROR: Wrong type argument in position 2: -inf.0 These do work: > (expt 2. -inf.0) $1 =3D 0.0 > (expt 1 -inf.0) $2 =3D 1 Regards, Daniel=