diff options
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-x | doc/ref/scheme-data.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index 1d8ef86d6..5046f052c 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -780,7 +780,8 @@ Round the inexact number @var{x} towards zero. @c begin (texi-doc-string "guile" "round") @deffn {Scheme Procedure} round x -Round the inexact number @var{x} towards zero. +Round the inexact number @var{x} to the nearest integer. When exactly +halfway between two integers, round to the even one. @end deffn @c begin (texi-doc-string "guile" "floor") |