simple_colatz

Crates.iosimple_colatz
lib.rssimple_colatz
version0.1.4
sourcesrc
created_at2024-04-26 22:42:50.160274
updated_at2024-04-27 03:35:25.294737
descriptiona simple package to compute the colatz conjecture in rust
homepage
repository
max_upload_size
id1222096
size4,005
(Louw123)

documentation

README

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.

Commit count: 0

cargo fmt