R64

Type Alias R64 

Source
pub type R64<D = OrPanic> = Real<f64, D>;
Expand description

64-bit IEEE 754 floating-point representation that must be a real number.

Aliased Typeยง

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