1 2 3 4 5 6 7 8
//! Constants pub const SAND_IN_CONE: f64 = 3.59; pub const SAND_DENSITY: f64 = 88.; pub const SPECIFIC_GRAVITY: f64 = 2.7;