[][src]Type Definition rhai::FLOAT

type FLOAT = f64;

The system floating-point type. It is defined as f64.

If the f32_float feature is enabled, this will be i32 instead.

Not available under the no_float feature.