emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/floatfns.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/floatfns.c
Date: Tue, 13 Nov 2001 19:07:09 -0500

Index: emacs/src/floatfns.c
diff -u emacs/src/floatfns.c:1.73 emacs/src/floatfns.c:1.74
--- emacs/src/floatfns.c:1.73   Tue Nov 13 02:46:02 2001
+++ emacs/src/floatfns.c        Tue Nov 13 19:07:09 2001
@@ -838,7 +838,8 @@
 }
 
 DEFUN ("ceiling", Fceiling, Sceiling, 1, 2, 0,
-       doc: /* Return the smallest integer no less than ARG.  (Round toward 
+inf.)
+       doc: /* Return the smallest integer no less than ARG.
+This rounds the value towards +inf.
 With optional DIVISOR, return the smallest integer no less than ARG/DIVISOR.  
*/)
      (arg, divisor)
      Lisp_Object arg, divisor;
@@ -847,7 +848,8 @@
 }
 
 DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,
-       doc: /* Return the largest integer no greater than ARG.  (Round towards 
-inf.)
+       doc: /* Return the largest integer no greater than ARG.
+This rounds the value towards +inf.
 With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR. 
 */)
      (arg, divisor)
      Lisp_Object arg, divisor;



reply via email to

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