segtrs 0.1.0

Miscellaneous functions such as numeric sequences and factorization.
Documentation
1
2
3
4
5
6
7
8
//! # segtr
//!
//! `segtrs` is a library crate with miscellaneous utilities, many involving
//! mathematical tasks like factoring, or computing a term of a certain
//! sequence. As a new Rust user, it also serves to practice Rust, maintaining
//! a simple crate, while sharing my code with others.

pub mod numt;