sciforge-lib 0.0.4

Scientific computing library — mathematics, physics, chemistry, biology, astronomy, geology, meteorology.
Documentation
pub const ML_LOW_THRESHOLD: f64 = 0.43;
pub const ML_LOW_COEFF: f64 = 0.23;
pub const ML_LOW_EXPONENT: f64 = 2.3;
pub const ML_MID_THRESHOLD: f64 = 2.0;
pub const ML_MID_EXPONENT: f64 = 4.0;
pub const ML_HIGH_THRESHOLD: f64 = 55.0;
pub const ML_HIGH_COEFF: f64 = 1.4;
pub const ML_HIGH_EXPONENT: f64 = 3.5;
pub const ML_VERY_HIGH_COEFF: f64 = 32000.0;

pub const WIEN_DISPLACEMENT: f64 = 2.897_771_955e-3;
pub const MAIN_SEQUENCE_LIFETIME_SCALE_YR: f64 = 1e10;
pub const CHANDRASEKHAR_LIMIT_SOLAR: f64 = 1.4;

pub const SPECTRAL_TEMP_SCALE: f64 = 42000.0;
pub const SPECTRAL_INDEX_OFFSET: f64 = 0.92;

pub const BOLOMETRIC_CORRECTION_QUAD: f64 = -8.499;
pub const BOLOMETRIC_CORRECTION_CENTER: f64 = 4.012;
pub const BOLOMETRIC_CORRECTION_OFFSET: f64 = -0.09;

pub const HABITABLE_ZONE_INNER_FLUX: f64 = 1.1;
pub const HABITABLE_ZONE_OUTER_FLUX: f64 = 0.53;

pub const NUTATION_AMPLITUDE_ARCSEC: f64 = 9.2;
pub const VERNAL_EQUINOX_DOY: f64 = 81.0;
pub const TIDAL_DISSIPATION_COEFF: f64 = 10.5;