Type Definition rhai::FLOAT

source · []
pub type FLOAT = f64;
Expand description

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

Not available under no_float.

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