Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • \$\begingroup\$ I managed to match your bytecount without recursion :) \$\endgroup\$ Commented Jan 5, 2017 at 14:41
  • \$\begingroup\$ @JarkoDubbeldam Nice! I've ditched the recursion also and made a one-byte improvement :) \$\endgroup\$ Commented Jan 5, 2017 at 15:30
  • \$\begingroup\$ Nice, what exactly does desctools::fibonacci do that numbers::fibonacci cant? Because that mist be a bit shorter. \$\endgroup\$ Commented Jan 5, 2017 at 15:39
  • \$\begingroup\$ Oh nevermind, found it. Sweet, the other implementations I found don't support asking for multiple numbers at once. \$\endgroup\$ Commented Jan 5, 2017 at 15:40
  • 1
    \$\begingroup\$ @JarkoDubbeldam Yeah, ``gmp::fibnum'' returns objects of type bigz, which the *apply class of functions converts to type raw because reasons... \$\endgroup\$ Commented Jan 5, 2017 at 15:50