Which type cast preserves the mathematical value in all cases?
i64 as i32
usize as u64
i32 as i64
f64 as f32