numberlab 0.1.9

A collection of numerical algorithms
Documentation
1
2
3
4
5
6
/// Finds all the factors of a given number.
pub mod factorize;
/// A collection of various Graph algorithms
pub mod graph;
/// A collection of various Matrix algorithms
pub mod matrix;