/[emacs]/emacs/src/floatfns.c
ViewVC logotype

Diff of /emacs/src/floatfns.c

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

revision 1.76 by eliz, Fri Feb 8 10:21:21 2002 UTC revision 1.77 by eliz, Fri Feb 8 13:03:27 2002 UTC
# Line 864  With optional DIVISOR, return the neares Line 864  With optional DIVISOR, return the neares
864  Rounding a value equidistant between two integers may choose the  Rounding a value equidistant between two integers may choose the
865  integer closer to zero, or it may prefer an even integer, depending on  integer closer to zero, or it may prefer an even integer, depending on
866  your machine.  For example, \(round 2.5\) can return 3 on some  your machine.  For example, \(round 2.5\) can return 3 on some
867  systems, but 3 on others.  */)  systems, but 2 on others.  */)
868       (arg, divisor)       (arg, divisor)
869       Lisp_Object arg, divisor;       Lisp_Object arg, divisor;
870  {  {

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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