Handbook
Glossary
((ratio-integer-log)) ( ratio quot -- log )
Vocabulary
math
.
functions
.
private
Inputs
ratio
an
object
quot
an
object
Outputs
log
an
object
Definition
USING:
kernel
math
;
IN:
math.functions.private
:
((ratio-integer-log))
( ratio quot -- log )
[
>integer
]
dip
call
;
inline