A collection of numerical algorithms
numberlab
is a Rust library that provides a variety of numerical algorithms, including matrix operations, prime number
sieves, and various sequences. It is designed to be easy to use and efficient.
To use the numberlab
library in your Rust project, add the following to your Cargo.toml
:
[dependencies]
numberlab = "0.1.9"
For examples of how to use this library, refer to the documentation at docs.rs.
For specific examples, refer to the examples
directory in the repository.
This project is licensed under the GNU AGPL-3.0 License. See the LICENSE file for more details.