sciforge-lib 0.0.4

Scientific computing library — mathematics, physics, chemistry, biology, astronomy, geology, meteorology.
Documentation
pub const LOCAL_DM_DENSITY: f64 = 0.3;
pub const LOCAL_DM_DENSITY_SI: f64 = 5.35e-22;
pub const OMEGA_DM: f64 = 0.265;
pub const OMEGA_BARYON: f64 = 0.049;
pub const OMEGA_MATTER: f64 = OMEGA_DM + OMEGA_BARYON;
pub const OMEGA_LAMBDA: f64 = 1.0 - OMEGA_MATTER;
pub const THERMAL_RELIC_SIGMA_V: f64 = 3.0e-26;
pub const WIMP_MASS_MIN_GEV: f64 = 10.0;
pub const WIMP_MASS_MAX_GEV: f64 = 1000.0;
pub const WIMP_SIGMA_UPPER: f64 = 1.0e-46;
pub const AXION_MASS_MIN_EV: f64 = 1.0e-6;
pub const AXION_MASS_MAX_EV: f64 = 1.0e-3;
pub const AXION_DECAY_CONSTANT: f64 = 1.0e12;
pub const NFW_RHO_S_TYPICAL: f64 = 4.88e6;
pub const NFW_RS_MW: f64 = 21.5;
pub const MW_VIRIAL_MASS: f64 = 1.3e12;
pub const MW_VIRIAL_RADIUS: f64 = 287.0;
pub const MW_CONCENTRATION: f64 = 13.3;
pub const Z_MATTER_RADIATION_EQ: f64 = 3402.0;
pub const Z_RECOMBINATION: f64 = 1089.0;
pub const AGE_UNIVERSE: f64 = 4.35e17;