Type Definition rhai::FLOAT[][src]

pub type FLOAT = f64;
Expand description

The system floating-point type.

Not available under the no_float feature.