GithubHelp home page GithubHelp logo

Comments (5)

danger-ahead avatar danger-ahead commented on June 23, 2024

Hi can you please assign me? I can fix it

from ncalc.

studyeveryday7 avatar studyeveryday7 commented on June 23, 2024

Hi can you please assign me? I can fix it

sure!thank you

from ncalc.

danger-ahead avatar danger-ahead commented on June 23, 2024

@axkr I have created a pull request with the fix.
Thanks!

from ncalc.

axkr avatar axkr commented on June 23, 2024

Sorry for not looking earlier, but I think the negative result is OK:

from ncalc.

hakanai avatar hakanai commented on June 23, 2024

-8 is indeed the correct answer, assuming the standard positioning of the sequence with Fib(0) = 0:

  • Fib(-6) = -8
  • Fib(-5) = 5
  • Fib(-4) = -3
  • Fib(-3) = 2
  • Fib(-2) = -1
  • Fib(-1) = 1
  • Fib(0) = 0
  • Fib(1) = 1
  • Fib(2) = 1
  • Fib(3) = 2
  • Fib(4) = 3

The reporter possibly was off by one or something as every second value is indeed not negative.

from ncalc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.