simple_colatz 0.1.4

a simple package to compute the colatz conjecture in rust
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 3.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Louw123

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.