Skip to content

Latest commit

 

History

History
76 lines (65 loc) · 2.25 KB

File metadata and controls

76 lines (65 loc) · 2.25 KB

numberlab

A collection of numerical algorithms

Overview

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.

Installation

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.

List of algorithms

License

This project is licensed under the GNU AGPL-3.0 License. See the LICENSE file for more details.