project-euler.044: even faster algorithm
parent
a86a9c99f7
commit
7145016142
|
@ -43,7 +43,7 @@ PRIVATE>
|
|||
: euler044 ( -- answer )
|
||||
most-positive-fixnum >fixnum
|
||||
2500 [1,b] [
|
||||
2500 [1,b] [
|
||||
dup [1,b] [
|
||||
euler044-step
|
||||
] with each
|
||||
] each ;
|
||||
|
|
Loading…
Reference in New Issue