emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/numbers.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/numbers.texi [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:12:16 -0500

Index: emacs/lispref/numbers.texi
diff -c emacs/lispref/numbers.texi:1.24.2.1 emacs/lispref/numbers.texi:1.24.2.2
*** emacs/lispref/numbers.texi:1.24.2.1 Mon Apr 19 07:01:42 2004
--- emacs/lispref/numbers.texi  Wed Dec  8 05:02:11 2004
***************
*** 308,313 ****
--- 308,320 ----
  returns @code{t} if so, @code{nil} otherwise.
  @end defun
  
+ @defun eql value1 value2
+ This function compares two floating point numbers like @code{=}, and
+ compares two integers like @code{=}, and acts like @code{eq} in all
+ other cases.  Thus, @code{(eql 1.0 1)} returns @code{nil}, but
+ @code{(eql 1.0 1.0)} and @code{(eql 1 1)} both return @code{t}.
+ @end defun
+ 
  @defun /= number-or-marker1 number-or-marker2
  This function tests whether its arguments are numerically equal, and
  returns @code{t} if they are not, and @code{nil} if they are.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]