A simple library to calculate Fibonacci numbers.
The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1.
This repository provides a simple library to calculate Fibonacci numbers up to a given limit. It allows you to compute various characteristics like highest prime factor, parity, and more.
go get go.mcds.moe/fibonacci- Quickly calculates Fibonacci numbers
- Written in clean, modular, easy-to-understand code
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Branch Out!
- Commit and Push
- Open a Pull Request
When contributing, please be sure to follow our standard guidelines so your pull request gets reviewed faster:
- Use clear and concise commit messages.
- Keep feature/bugfix descriptions clear and to the point
- Ensure commits stay separate in order of functionality changes.
Note: Before committing any substantial change create an issue discussing why this is necessary
Acknowledgments
The FibonacciCalc library uses BSD 3-Clause licensed software, please review license agreements before using.
We would like to thank everyone who has contributed so far to make our project a complete and effective program..