Skip to main content

Crate osom_lib_numbers

Crate osom_lib_numbers 

Source
Expand description

This crate defines various helpers and numeric algorithms.

Structsยง

IterTriangular
An iterator that generates triangular numbers, i.e. numbers of the form n * (n + 1) / 2.