Type Alias ndarray_histogram::N64

source ·
pub type N64 = NotNan<f64>;
Expand description

A number exclusive NaN and hence not implementing Float.

Aliased Type§

struct N64(/* private fields */);