CollatzConjecture.net - do calculations related to Collatz conjecture
Author: | Steen Hulthin Rasmussen <opensource@percipio.dk> |
---|---|
Date: | 2024-11-25 |
Description: | CollatzConjecture.net is a .net library for doing calculations related to Collatz conjecture written i C#. |
License: | CollatzConjecture.net is licensensed under The Beerware License (see https://fedoraproject.org/wiki/Licensing/Beerware or the license file) |
- Download the binary from the (new) download page (https://github.com/steenhulthin/CollatzConjecture.Net/releases/download/v0.1.0/CollatzConjecture.dll)
- Reference it in the project from which you would like to use it.
- Calculate the next number in the Collatz Conjecture sequenze.
- Calculate number of step to 1 from a given number.
- Calculate the number in each step in a sequenze from a given number.
This project uses AppVeyor as CI server.
Build Status: