Returns the term of the Fibonacci sequence at the inputted index.
Index
// Returns 55const fibnum = Chalkboard.numb.Fibonacci(10); Copy
// Returns 55const fibnum = Chalkboard.numb.Fibonacci(10);
Generated using TypeDoc
Returns the term of the Fibonacci sequence at the inputted index.