From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: sqrt with negative arg. Date: Thu, 01 Jan 2004 11:30:11 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200312312136.hBVLaVd00009@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072985472 32163 80.91.224.253 (1 Jan 2004 19:31:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2004 19:31:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jan 01 20:31:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ac8XD-0000ds-00 for ; Thu, 01 Jan 2004 20:31:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ac8XD-0007S3-00 for ; Thu, 01 Jan 2004 20:31:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ac9LI-000289-8i for emacs-devel@quimby.gnus.org; Thu, 01 Jan 2004 15:22:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ac7GT-0001vj-7n for emacs-devel@gnu.org; Thu, 01 Jan 2004 13:09:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ac6jQ-00042U-HO for emacs-devel@gnu.org; Thu, 01 Jan 2004 12:36:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ac6jQ-00042K-1g for emacs-devel@gnu.org; Thu, 01 Jan 2004 12:35:36 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1Ac5i7-0002YT-Mx; Thu, 01 Jan 2004 11:30:11 -0500 Original-To: Luc Teirlinck In-reply-to: <200312312136.hBVLaVd00009@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 31 Dec 2003 15:36:31 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18941 A few hours ago, the documentation of sqrt in numbers.texi was changed from saying that it returns a NaN to saying that it signals a domain-error. It definitely returns a NaN on my machine. I think that is a bug--why does it not signal an error?