1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

(Arithmetic): round is to nearest even.

This commit is contained in:
Kevin Ryde 2003-06-13 23:30:03 +00:00
parent e7ebb1e069
commit 52a7e68279

View file

@ -736,7 +736,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")