pub const F32_SPEED_OF_GRAVITY: f32 = 9.80665;
pub const F32_AVOGRADO_CONSTANT: f32 = 6.02214076e23;
pub const F32_PLANCK_CONSANT: f32 = 6.62607015e-34;
pub const F32_BOHR_RADIUS: f32 = 5.29177210903e-11;
pub const F32_ELECTRON_CHARGE: f32 = 1.602176634e-19;
pub const F32_BOLTZMANN_CONSTANT: f32 = 1.380649e-23;
pub const F32_ATOMIC_MASS: f32 = 1.66053906660e-27;
pub const F32_ATOMIC_MASS_CONSTANT_ENERGY_EQUIVALENT: f32 = 1.49241808560e-10;
pub const F32_ATOMIC_MASS_CONSTANT_ENERGY_EQUIVALENT_IN_MEV: f32 = 931.49410242;
pub const F32_FARADAY_CONSTANT: f32 = 96485.33212;
pub const F64_SPEED_OF_GRAVITY: f64 = 9.80665;
pub const F64_AVOGRADO_CONSTANT: f64 = 6.02214076e23;
pub const F64_PLANCK_CONSANT: f64 = 6.62607015e-34;
pub const F64_BOHR_RADIUS: f64 = 5.29177210903e-11;
pub const F64_ELECTRON_CHARGE: f64 = 1.602176634e-19;
pub const F64_BOLTZMANN_CONSTANT: f64 = 1.380649e-23;
pub const F64_ATOMIC_MASS: f64 = 1.66053906660e-27;
pub const F64_ATOMIC_MASS_CONSTANT_ENERGY_EQUIVALENT: f64 = 1.49241808560e-10;
pub const F64_ATOMIC_MASS_CONSTANT_ENERGY_EQUIVALENT_IN_MEV: f64 = 931.49410242;
pub const F64_FARADAY_CONSTANT: f64 = 96485.33212;