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:
parent
e7ebb1e069
commit
52a7e68279
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue