numberlab 0.1.0

A collection of numerical algorithms
Documentation
numberlab-0.1.0 has been yanked.

numberlab

A collection of numerical algorithms

Installation

To use the numberlab library in your Rust project, add the following to your Cargo.toml:

[dependencies]
numberlab = "=0.1.0"

For examples of how to use this library, refer to the documentation at docs.rs.

List of algorithms

Contributing

We welcome contributions to the numberlab project! Here are some ways you can help:

  1. Report Bugs: If you find a bug, please report it by opening an issue on GitHub.
  2. Suggest Features: If you have an idea for a new feature, please open an issue to discuss it.
  3. Submit Pull Requests: If you want to contribute code, follow these steps:
    1. Fork the repository (https://github.com/eendroroy/numberlab/fork)
    2. Create a new branch (git checkout -b my-new-feature)
    3. Make your changes and commit them (git commit -am 'Add some feature')
    4. Push to the branch (git push origin my-new-feature)
    5. Open a Pull Request

Please make sure your contributions adhere to our Code of Conduct.