[][src]Crate iter_num_tools

Structs

Arange

Functions

grid
lerp_fn

Creates a function which calculates a linear interpolation from the first range to the second Input to the produced function can be outside of the first range

lerp_iter

A convenient wrapper of over.into_iter().map(lerp_fn(from, to)). See lerp_fn

lerp_usize_fn

Creates a function which calculates a linear interpolation from the first range to the second Input to the produced function can be outside of the first range.

lerp_usize_iter

A convenient wrapper of over.into_iter().map(lerp_usize_fn(from, to)). See lerp_usize_fn