X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Ffind-pi%2Ffind-pi.factor;h=a46785253be5add2ec8fb14857baced81765e33b;hp=585e82ba35899b9a52de2de1969bb7dbea5c9cf4;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/find-pi/find-pi.factor b/extra/benchmark/find-pi/find-pi.factor index 585e82ba35..a46785253b 100644 --- a/extra/benchmark/find-pi/find-pi.factor +++ b/extra/benchmark/find-pi/find-pi.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2012 John Benediktsson ! See http://factorcode.org/license.txt for BSD license. -USING: kernel locals math ; +USING: kernel math ; IN: benchmark.find-pi :: find-pi-to ( accuracy -- n approx )