numberlab 0.1.9

A collection of numerical algorithms
Documentation
1
2
3
4
5
mod eratosthenes;
mod sundaram;

pub use eratosthenes::eratosthenes_sequence;
pub use sundaram::sundaram_sequence;