comparison lispref/numbers.texi @ 90389:146cd8369025

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 20:42:41 +0000
parents c5406394f567 f7aff7b6d4af
children 8a8e69664178
comparison
equal deleted inserted replaced
90388:a786f674d33f 90389:146cd8369025
320 returns @code{t} if so, @code{nil} otherwise. 320 returns @code{t} if so, @code{nil} otherwise.
321 @end defun 321 @end defun
322 322
323 @defun eql value1 value2 323 @defun eql value1 value2
324 This function acts like @code{eq} except when both arguments are 324 This function acts like @code{eq} except when both arguments are
325 numbers. It compares numbers by type and numberic value, so that 325 numbers. It compares numbers by type and numeric value, so that
326 @code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and 326 @code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and
327 @code{(eql 1 1)} both return @code{t}. 327 @code{(eql 1 1)} both return @code{t}.
328 @end defun 328 @end defun
329 329
330 @defun /= number-or-marker1 number-or-marker2 330 @defun /= number-or-marker1 number-or-marker2