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: doco nan result typo Date: Sat, 10 May 2003 10:28:48 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87d6irtzjz.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1052526675 20903 80.91.224.249 (10 May 2003 00:31:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 May 2003 00:31:15 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 10 02:31:10 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 19EIFt-0003EH-00 for ; Sat, 10 May 2003 02:30:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EIFB-0007my-04 for guile-devel@m.gmane.org; Fri, 09 May 2003 20:29:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EIEh-0007OK-00 for guile-devel@gnu.org; Fri, 09 May 2003 20:29:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EIEf-0007Mz-00 for guile-devel@gnu.org; Fri, 09 May 2003 20:29:10 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EIEe-0007LZ-00 for guile-devel@gnu.org; Fri, 09 May 2003 20:29:09 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4A0T6Pc009184 for ; Sat, 10 May 2003 10:29:06 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4A0T6Qg025852 for ; Sat, 10 May 2003 10:29:06 +1000 (EST) Original-Received: from localhost (ppp60.dyn228.pacific.net.au [203.143.228.60]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4A0T4Ya019088 for ; Sat, 10 May 2003 10:29:05 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19EIEL-0005F0-00; Sat, 10 May 2003 10:28:49 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2313 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2313 --=-=-= FYI, I applied this change * scheme-data.texi (Reals and Rationals): Fix typo @result{#f}, and put @result outside @code. @result{#f} comes out as "#f=>", which is clearly not what's wanted. --=-=-= Content-Disposition: attachment; filename=scheme-data.texi.result.diff --- scheme-data.texi.~1.27.~ 2003-05-10 10:25:50.000000000 +1000 +++ scheme-data.texi 2003-05-10 10:26:12.000000000 +1000 @@ -341,7 +341,7 @@ arithmetic, the @samp{+inf.0}, @samp{-inf.0}, and @samp{+nan.0} values are implemented using the corresponding @acronym{IEEE} 754 values. They behave in arithmetic operations like @acronym{IEEE} 754 describes -it, i.e., @code{(= +nan.0 +nan.0) @result{#f}}. +it, i.e., @code{(= +nan.0 +nan.0)} @result{} @code{#f}. The infinities are inexact integers and are considered to be both even and odd. While @samp{+nan.0} is not @code{=} to itself, it is --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--