Crates.io | simple_colatz |
lib.rs | simple_colatz |
version | 0.1.4 |
source | src |
created_at | 2024-04-26 22:42:50.160274 |
updated_at | 2024-04-27 03:35:25.294737 |
description | a simple package to compute the colatz conjecture in rust |
homepage | |
repository | |
max_upload_size | |
id | 1222096 |
size | 4,005 |
A crate that allows you to simply compute the colatz conjecture.
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.
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
first install cargo
.
Then type in
cargo add simple_colatz
or add the simple_colatz = "(version_here)"
to your Cargo.toml.