neophys 0.1.0

an ap physics study attempt
Documentation
1
2
3
4
5
/// Gravitational constant in Nm^2/kg^2
pub static K_G: f32 = 0.000000000066743;
/// Radius of the earth in meters
pub static K_RE: f32 = 6371000.0;
pub static K_ME: f32 = 5972200000000000000000000.0;