Type Definition rhai::FLOAT[][src]

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 no_float.