Handbook
Glossary
estimated-primes ( m -- n )
Vocabulary
math
.
primes
Inputs
m
an
object
Outputs
n
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
math.primes
:
estimated-primes
( m -- n )
dup
log
/
;
foldable
flushable