Handbook
Glossary
twos ( x -- y )
Vocabulary
math
.
integers
.
private
Inputs
x
an
object
Outputs
y
an
object
Definition
USING:
kernel
math
;
IN:
math.integers.private
:
twos
( x -- y )
dup
1
-
bitxor
log2
;
inline