Hello,
I’m a beginner at Haskell & I made a blog post about generating fibonacci numbers that I found interesting
Hello,
I’m a beginner at Haskell & I made a blog post about generating fibonacci numbers that I found interesting
That’s a very good write up, thanks!
Bad things happen when you plug in values for which are outside this range! Try plugging in x = 2
1 / (1 - 2) = -1 = 1 + 2 + 4 + 8 + …
This makes another explanation why the binary representation of -1 is precisely 1 + 2 + 4 + 8 + …
2-adic numbers have entered the chat