F64

Type Alias F64 

Source
pub type F64 = NotNan<f64>;
Expand description

64-bit floating-point real number. Not NaN.

Aliased Typeยง

pub struct F64(/* private fields */);