Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
A scalar type represents a single value. Rust has four primary scalar types: integers, floating-point numbers, Booleans, and characters. You may recognize ...
Float data type in Rust can be classified as f32 and f64. The f32 type is a single-precision float, and f64 has double precision. The default type is f64.
People also ask