4 releases
0.1.4 | Apr 27, 2024 |
---|---|
0.1.2 | Apr 27, 2024 |
0.1.1 | Apr 26, 2024 |
0.1.0 | Apr 26, 2024 |
#528 in Math
48 downloads per month
3KB
Simple colatz
A crate that allows you to simply compute the colatz conjecture.
What is Simple
Simple is the a group of packages for beginners to use. The documentation Is clean and readable for beginners and for pepole who dont know how to code. Most simple packages usually do one specific task. Like this package for example.
abilities
This package only computes the colatz conjectiure. There are two functions.
multi_step_recursive_colatz
and single_step_colatz
single_step_colatz
Should not be used in embedded systems, when used with high numbers
how to install
first install cargo
.
Then type in
cargo add simple_colatz
or add the simple_colatz = "(version_here)"
to your Cargo.toml.
lib.rs
:
Simple colatz
simple is a group of crate that simplifies functions for beginners with clean non-terse documentation. This package allows you to compute the colatz conjecture