From ffeb8617b0f5ecc308806a4b29e26fcc5110b1bb Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 13 Jun 2003 23:17:52 +0000 Subject: [PATCH] (Arithmetic): round is to nearest even. --- doc/ref/scheme-data.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 2.20.1