/[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.69 by andrewi, Tue Aug 22 22:19:26 2000 UTC revision 1.69.16.1 by eliz, Fri Feb 8 10:23:01 2002 UTC
# Line 857  With optional DIVISOR, return the larges Line 857  With optional DIVISOR, return the larges
857    
858  DEFUN ("round", Fround, Sround, 1, 2, 0,  DEFUN ("round", Fround, Sround, 1, 2, 0,
859    "Return the nearest integer to ARG.\n\    "Return the nearest integer to ARG.\n\
860  With optional DIVISOR, return the nearest integer to ARG/DIVISOR.")  With optional DIVISOR, return the nearest integer to ARG/DIVISOR.\n\
861    \n\
862    Rounding a value equidistant between two integers may choose the\n\
863    integer closer to zero, or it may prefer an even integer, depending on\n\
864    your machine.  For example, \(round 2.5\) can return 3 on some\n\
865    systems, but 3 on others.")
866    (arg, divisor)    (arg, divisor)
867       Lisp_Object arg, divisor;       Lisp_Object arg, divisor;
868  {  {

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.69.16.1

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