Handbook
Glossary
up ( n -- m )
Vocabulary
heaps
.
private
Inputs
n
an
object
Outputs
m
an
object
Definition
USING:
kernel.private
math
math.private
;
IN:
heaps.private
:
up
( n -- m )
{
fixnum
}
declare
1
fixnum-fast
2/
;
inline