1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 15:40:38 +02:00

(Arithmetic): round is to nearest even.

This commit is contained in:
Kevin Ryde 2003-06-13 23:17:52 +00:00
parent b72cfff10e
commit ffeb8617b0

View file

@ -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")