[][src]Crate iter_num_tools

Modules

combine
grid
lerp
map

Structs

Arange

Iterator over a range, stepping by a fixed amount each time

Exp

Traits

CanArange
IntoArangeGrid
IntoGridSpace
IntoLinSpace
IntoLogSpace
Linear

Functions

arange_grid

Creates a grid space over the range made up of fixed step intervals

grid

Creates a grid of 2-tuples over the range of 2-tuples

grid_space

Creates a linear grid space over range with a fixed number of width and height steps

lin_space

Creates a linear space over range with a fixed number of steps

log_space

Creates a logarithmic space over range with a fixed number of steps

Type Definitions

LinSpace
LogSpace