Type Alias ndarray_histogram::N32

source ·
pub type N32 = NotNan<f32>;
Expand description

A number exclusive NaN and hence not implementing Float.

Aliased Type§

struct N32(/* private fields */);