Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Releases: mrbrianevans/fibonacci

Iterative improvements

12 Oct 21:20
Compare
Choose a tag to compare

Some incremental updates to version 1:

  • increased support for larger numbers. (prev max was 42nd term, new max is 92nd term)
  • changed colours to be easier on the eyes

First release

12 Oct 20:15
55f3bde
Compare
Choose a tag to compare

The first release of ready to use Fibonacci calculator written in Java.

Calculates a term of the Fibonacci sequence, up to an answer of 1 billion.