benchmark.pidigits: no need to USE sets.
parent
f2aa8ec876
commit
7df5968db2
|
@ -3,7 +3,7 @@
|
||||||
! A copy of the license is available at http://factorcode.org/license.txt
|
! A copy of the license is available at http://factorcode.org/license.txt
|
||||||
USING: arrays formatting fry grouping io kernel locals math math.functions
|
USING: arrays formatting fry grouping io kernel locals math math.functions
|
||||||
math.matrices math.parser math.primes.factors math.vectors prettyprint
|
math.matrices math.parser math.primes.factors math.vectors prettyprint
|
||||||
sequences sequences.deep sets ;
|
sequences sequences.deep ;
|
||||||
IN: benchmark.pidigits
|
IN: benchmark.pidigits
|
||||||
|
|
||||||
: extract ( z x -- n )
|
: extract ( z x -- n )
|
||||||
|
|
Loading…
Reference in New Issue