Type Alias Float64

Source
pub type Float64 = f64;
Expand description

64 bit IEEE float: 1 sign bit, 11 exponent bits, 52 fraction bits.