numberlab

Crates.ionumberlab
lib.rsnumberlab
version0.1.9
created_at2025-01-28 14:31:48.564504+00
updated_at2025-02-23 09:51:21.483634+00
descriptionA collection of numerical algorithms
homepagehttps://eendroroy.github.io/numberlab
repositoryhttps://github.com/eendroroy/numberlab
max_upload_size
id1533548
size252,881
indrajit (eendroroy)

documentation

https://docs.rs/numberlab

README

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.

Commit count: 194

cargo fmt