Handbook
Glossary
(round-to-even?) ( quotient rem denom -- quotient ? )
Vocabulary
math
.
functions
Inputs
quotient
an
object
rem
an
object
denom
an
object
Outputs
quotient
an
object
?
an
object
Definition
USING:
math
;
IN:
math.functions
:
(round-to-even?)
( quotient rem denom -- quotient ? )
[
>integer
odd?
]
(round-tiebreak?)
;
inline