pub type Number = f64;
Expand description

A floating point value (a.k.a real number)

Uses i64 for maximum precision.