pub type Number = f64;
A floating point value (a.k.a real number)
Uses i64 for maximum precision.
i64