Floating-Point

let mut sixty\_bit\_float: f64 = 89.90;
let thirty\_two\_bit\_float: f32 = 7.90;
let just\_a\_float = 69.69;
Comments