From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: scm_num2double vs scm_to_double Date: Tue, 28 Mar 2006 08:54:47 +1000 Message-ID: <878xqv5wi0.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143506883 20798 80.91.229.2 (28 Mar 2006 00:48:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 00:48:03 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 28 02:47:59 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FO2NE-0005EW-CY for guile-devel@m.gmane.org; Tue, 28 Mar 2006 02:47:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO2ND-0008A0-RQ for guile-devel@m.gmane.org; Mon, 27 Mar 2006 19:47:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNzgH-000334-4R for guile-devel@gnu.org; Mon, 27 Mar 2006 16:55:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNzgC-0002xh-64 for guile-devel@gnu.org; Mon, 27 Mar 2006 16:55:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNzgB-0002wr-Jx for guile-devel@gnu.org; Mon, 27 Mar 2006 16:55:15 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNzhl-0006k1-Oh for guile-devel@gnu.org; Mon, 27 Mar 2006 16:56:54 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (Postfix) with ESMTP id 23AA232FDE1 for ; Tue, 28 Mar 2006 08:54:57 +1100 (EST) Original-Received: from localhost (ppp2DD3.dyn.pacific.net.au [61.8.45.211]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k2RLHjMk032738 for ; Tue, 28 Mar 2006 08:17:45 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FO0bn-00026t-00; Tue, 28 Mar 2006 08:54:47 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5815 Archived-At: Is there a reason scm_num2double isn't the same as scm_to_double? scm_num2double has a check for a bignum which is so big it comes out as an infinity, but scm_to_double allows the inf return. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel