Fibonacci Calculator

com.avi12.fibonacci

View detailed information for Fibonacci Calculator — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
17.9K(17,903)
Rating
0.0
Released
September 13, 2015
Last updated
January 1, 1970
Category
Education
Developer
avi12
Developer details
Name
avi12
E-mail
avi6106@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
Fibonacci Calculator Header - AppWisp.com

Screenshots

Fibonacci Calculator Screenshot 1 - AppWisp.com
Fibonacci Calculator Screenshot 2 - AppWisp.com
Fibonacci Calculator Screenshot 3 - AppWisp.com

Description

Fibonacci sequence is a famous mathematical sequence, in which the last 2 numbers are summed to get the next number in the sequence. https://en.wikipedia.org/wiki/Fibonacci_number
For example, the original sequence is 0, 1, 1, 2, 3, 5...
Explanation:
1. First, the sequence begins with 0, 1
2. 0 + 1 = 1 = 0, 1, 1
3. 1 + 1 = 2 = 1, 0, 1, 2
4. 1 + 2 = 3 = 0, 1, 1, 2, 3
5. 2 + 3 = 5 = 0, 1, 1, 2, 3, 5
This app lets you calculate a Fibonacci sequence, starting from any numbers!

Features:
• Start your Fibonacci sequence from any two numbers.
• Auto•generated sequence with all calculated numbers.
• Auto•sum the generated sequence.
• The amount of iterations is up to you!