Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bb61c6c6
Commit
bb61c6c6
authored
Jun 23, 1994
by
Richard M. Stallman
Browse files
entered into RCS
parent
8dd7abfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lispref/numbers.texi
lispref/numbers.texi
+3
-3
No files found.
lispref/numbers.texi
View file @
bb61c6c6
...
...
@@ -571,10 +571,10 @@ either argument is floating point.
@section Rounding Operations
@cindex rounding without conversion
The functions @code{ffloor}, @code{fceil}, @code{fround} and
The functions @code{ffloor}, @code{fceil
ing
}, @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{fceil
ing
}, the nearest integer above;
@code{ftruncate}, the nearest integer in the direction towards zero;
@code{fround}, the nearest integer.
...
...
@@ -583,7 +583,7 @@ This function rounds @var{float} to the next lower integral value, and
returns that value as a floating point number.
@end defun
@defun fceil float
@defun fceil
ing
float
This function rounds @var{float} to the next higher integral value, and
returns that value as a floating point number.
@end defun
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment