Handbook
Glossary
(round-to-odd?) ( 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-odd?)
( quotient rem denom -- quotient ? )
[
>integer
even?
]
(round-tiebreak?)
;
inline