j
k
j a
j l
On Thu, May 19, 2011 at 5:00 PM, KC wrote:
Project Euler wants the term number not the actual Fibonacci number.
Just put the mapped function 'fib' inside the filter =). head . filter ((==1000) . length . show . fib) [0..] Cheers, -- Felipe.
Back to the thread
Back to the list