Handbook
Glossary
twiddle ( n k -- n k )
Vocabulary
math
.
combinatorics
.
private
Inputs
n
an
object
k
an
object
Outputs
n
an
object
k
an
object
Definition
USING:
kernel
math
;
IN:
math.combinatorics.private
:
twiddle
( n k -- n k )
2dup
-
dupd
>
[
dupd
-
]
when
;
inline