[][src]Type Definition molt::types::MoltFloat

type MoltFloat = f64;

The standard floating point type for Molt code.

The interpreter uses this type internally for all Molt floating-pojint values. The primary reason for defining this as a type alias is future-proofing: at some point we may wish to replace MoltFloat with a more powerful type that supports BigNums, or switch to f128.