/[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.73 by pj, Tue Nov 13 07:46:02 2001 UTC revision 1.74 by rms, Wed Nov 14 00:07:09 2001 UTC
# Line 838  double_identity (d) Line 838  double_identity (d)
838  }  }
839    
840  DEFUN ("ceiling", Fceiling, Sceiling, 1, 2, 0,  DEFUN ("ceiling", Fceiling, Sceiling, 1, 2, 0,
841         doc: /* Return the smallest integer no less than ARG.  (Round toward +inf.)         doc: /* Return the smallest integer no less than ARG.
842    This rounds the value towards +inf.
843  With optional DIVISOR, return the smallest integer no less than ARG/DIVISOR.  */)  With optional DIVISOR, return the smallest integer no less than ARG/DIVISOR.  */)
844       (arg, divisor)       (arg, divisor)
845       Lisp_Object arg, divisor;       Lisp_Object arg, divisor;
# Line 847  With optional DIVISOR, return the smalle Line 848  With optional DIVISOR, return the smalle
848  }  }
849    
850  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,
851         doc: /* Return the largest integer no greater than ARG.  (Round towards -inf.)         doc: /* Return the largest integer no greater than ARG.
852    This rounds the value towards +inf.
853  With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR.  */)  With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR.  */)
854       (arg, divisor)       (arg, divisor)
855       Lisp_Object arg, divisor;       Lisp_Object arg, divisor;

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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