unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* sqrt with negative arg.
@ 2003-12-31 21:36 Luc Teirlinck
  2004-01-01  6:24 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Luc Teirlinck @ 2003-12-31 21:36 UTC (permalink / raw)


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.  What about
the following, which I could install if we agree on it:

===File ~/numbers-d31-diff==================================
*** numbers.texi.~1.32.~	Wed Dec 31 08:53:21 2003
--- numbers.texi	Wed Dec 31 15:20:59 2003
***************
*** 1146,1152 ****
  
  @defun sqrt arg
  This returns the square root of @var{arg}.  If @var{arg} is negative,
! it signals a @code{domain-error} error.
  @end defun
  
  @node Random Numbers
--- 1146,1153 ----
  
  @defun sqrt arg
  This returns the square root of @var{arg}.  If @var{arg} is negative,
! @code{sqrt} could return a NaN or signal a @code{domain-error} error,
! depending on the implementation.
  @end defun
  
  @node Random Numbers
============================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-01-02  9:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-31 21:36 sqrt with negative arg Luc Teirlinck
2004-01-01  6:24 ` Eli Zaretskii
2004-01-01 16:30 ` Richard Stallman
2004-01-01 16:42   ` Luc Teirlinck
2004-01-01 17:22 ` Andreas Schwab
2004-01-02  9:27   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).