pub type F64 = NotNan<f64>;
64-bit floating-point real number. Not NaN.
pub struct F64(/* private fields */);