numbers / numbers.js

Advanced Mathematics Library for Node.js and JavaScript
Apache License 2.0
1.76k stars 167 forks source link

Added a Generators module #72

Closed KartikTalwar closed 11 years ago

KartikTalwar commented 11 years ago

So I think we should have a file that deals with some basic generators.

In, this pull request, I basically added the fibonacci sequence calculator and moved the collatz from useless to generators.

Let me know what you guys think.

sjkaliski commented 11 years ago

Looks good. Any thoughts on use cases? I'll merge anyways...

KartikTalwar commented 11 years ago

Well, this was more of a categorization thing. I'm thinking of adding more series related functions to this.