NotNan

Type Alias NotNan 

Source
pub type NotNan<T, D = OrPanic> = ExtendedReal<T, D>;
Expand description

IEEE 754 floating-point representation that must not be NaN.

Aliased Typeยง

pub struct NotNan<T, D = OrPanic> { /* private fields */ }