Skip to content

Minecodes/go-fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Calculator

A simple library to calculate Fibonacci numbers.

Table of Contents

Description

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.

Install

go get go.mcds.moe/fibonacci

Features

  • Quickly calculates Fibonacci numbers
  • Written in clean, modular, easy-to-understand code

Contribution Guidelines

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Branch Out!
  3. Commit and Push
  4. 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..

About

A library for calculating the Fibonacci sequence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages