#algorithm

numberlab

A collection of numerical algorithms

2 releases

new 0.1.1 Jan 28, 2025
0.1.0 Jan 28, 2025

#390 in Math

AGPL-3.0

40KB
387 lines

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.1"

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

Dependencies

~480KB
~10K SLoC