(round-tiebreak?) ( quotient rem denom tiebreak-quot -- q ? )


Vocabulary
math.functions

Inputs
quotientan object
reman object
denoman object
tiebreak-quotan object


Outputs
qan object
?an object


Definition


: (round-tiebreak?)
( quotient rem denom tiebreak-quot -- q ? )
[ [ > ] ] dip [ 2dip = and ] curry 3bi or ; inline