Expand description
This crate defines various helpers and numeric algorithms.
Structsยง
- Iter
Triangular - An iterator that generates triangular numbers, i.e.
numbers of the form
n * (n + 1) / 2.
This crate defines various helpers and numeric algorithms.
n * (n + 1) / 2.