summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-data.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-13 23:17:52 +0000
committerKevin Ryde <user42@zip.com.au>2003-06-13 23:17:52 +0000
commitffeb8617b0f5ecc308806a4b29e26fcc5110b1bb (patch)
tree44185c8766d41272a5a8fe77c3f92a72117a65fb /doc/ref/scheme-data.texi
parentb72cfff10e6ef57b9fb7ea396e520eec3f4c4006 (diff)
downloadguile-ffeb8617b0f5ecc308806a4b29e26fcc5110b1bb.tar.gz
(Arithmetic): round is to nearest even.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-xdoc/ref/scheme-data.texi3
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")