/[emacs]/emacs/lispref/numbers.texi
ViewVC logotype

Diff of /emacs/lispref/numbers.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by uid65629, Wed Dec 31 12:17:02 2003 UTC revision 1.33 by rms, Thu Nov 25 03:14:35 2004 UTC
# Line 308  This function tests whether its argument Line 308  This function tests whether its argument
308  returns @code{t} if so, @code{nil} otherwise.  returns @code{t} if so, @code{nil} otherwise.
309  @end defun  @end defun
310    
311    @defun eql value1 value2
312    This function compares two floating point numbers like @code{=}, and
313    compares two integers like @code{=}, and acts like @code{eq} in all
314    other cases.  Thus, @code{(eql 1.0 1)} returns @code{nil}, but
315    @code{(eql 1.0 1.0)} and @code{(eql 1 1)} both return @code{t}.
316    @end defun
317    
318  @defun /= number-or-marker1 number-or-marker2  @defun /= number-or-marker1 number-or-marker2
319  This function tests whether its arguments are numerically equal, and  This function tests whether its arguments are numerically equal, and
320  returns @code{t} if they are not, and @code{nil} if they are.  returns @code{t} if they are not, and @code{nil} if they are.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26