Handbook
Glossary
bignum-integer-log10 ( n -- x )
Vocabulary
math
.
functions
.
private
Inputs
n
an
object
Outputs
x
an
object
Definition
USING:
kernel
math
;
IN:
math.functions.private
:
bignum-integer-log10
( n -- x )
[
bignum-integer-log10-guess
]
keep
2dup
>
[
bignum-integer-log10-find-down
]
[
bignum-integer-log10-find-up
]
if
;
inline