Type Alias molt_forked::types::MoltFloat
source ยท pub type MoltFloat = f64;Expand description
The standard floating point type for Molt code.
The interpreter uses this type internally for all Molt floating-point values.
The primary reason for defining this as a type alias is future-proofing: at
some point we may wish to replace MoltFloat with f128.