This is a simple calculator anybody can use which tells you if a number is a Fibonacci one or not. Fibonacci numbers are the ones in a sequence in which the first two numbers are 1, and then, the next number is determined by adding the two last ones. The start of it is 1, 1, 2, 3, 5, 8, 13, 21... INSTRUCTIONS: Please enter a number for being analysed. Fibonacci numbers can't have decimals, so the project will reject a decimal number. Then wait a moment while all the maths work, and you'll have your answer. VERSIONS: v 1.0: Project released v 1.1: Bug corrected (1 IS a Fibonacci number)
Fibonacci numbers idea: Leonardo Fibonacci Idea: @seg-leinad Design: @seg-leinad and Scratch default sprites Special thanks to @Give_Math_a_try (https://scratch.mit.edu/projects/326508376/) for telling me what are Fibonacci numbers.