E64

Type Alias E64 

Source
pub type E64<D = OrPanic> = ExtendedReal<f64, D>;
Expand description

64-bit IEEE 754 floating-point representation that must be an extended real (not NaN).

Aliased Typeยง

pub struct E64<D = OrPanic> { /* private fields */ }