/[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.82 by jhd, Wed Dec 15 21:40:41 2004 UTC revision 1.83 by lute, Wed Mar 16 15:00:17 2005 UTC
# Line 1  Line 1 
1  /* Primitive operations on floating point for GNU Emacs Lisp interpreter.  /* Primitive operations on floating point for GNU Emacs Lisp interpreter.
2     Copyright (C) 1988, 1993, 1994, 1999, 2003  Free Software Foundation, Inc.     Copyright (C) 1988, 1993, 1994, 1999, 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 861  With optional DIVISOR, return the smalle Line 861  With optional DIVISOR, return the smalle
861    
862  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,  DEFUN ("floor", Ffloor, Sfloor, 1, 2, 0,
863         doc: /* Return the largest integer no greater than ARG.         doc: /* Return the largest integer no greater than ARG.
864  This rounds the value towards +inf.  This rounds the value towards -inf.
865  With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR.  */)  With optional DIVISOR, return the largest integer no greater than ARG/DIVISOR.  */)
866       (arg, divisor)       (arg, divisor)
867       Lisp_Object arg, divisor;       Lisp_Object arg, divisor;

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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