Mercurial > emacs
changeset 8017:ae1a594ebb1d
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Jun 1994 14:02:40 +0000 |
parents | 51c69c76c3cc |
children | 518971c497f5 |
files | lispref/numbers.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/numbers.texi Thu Jun 23 13:56:21 1994 +0000 +++ b/lispref/numbers.texi Thu Jun 23 14:02:40 1994 +0000 @@ -571,10 +571,10 @@ @section Rounding Operations @cindex rounding without conversion -The functions @code{ffloor}, @code{fceil}, @code{fround} and +The functions @code{ffloor}, @code{fceiling}, @code{fround} and @code{ftruncate} take a floating point argument and return a floating point result whose value is a nearby integer. @code{ffloor} returns the -nearest integer below; @code{fceil}, the nearest integer above; +nearest integer below; @code{fceiling}, the nearest integer above; @code{ftruncate}, the nearest integer in the direction towards zero; @code{fround}, the nearest integer. @@ -583,7 +583,7 @@ returns that value as a floating point number. @end defun -@defun fceil float +@defun fceiling float This function rounds @var{float} to the next higher integral value, and returns that value as a floating point number. @end defun