starfall 0.1.0

Astronomical sciences, from the galaxy to the moon, for my Hornvale project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// The minimum average separation of "distant" binary stars, in AU.
pub const MINIMUM_AVERAGE_SEPARATION: f64 = 120.0;

/// The maximum average separation of "distant" binary stars, in AU.
pub const MAXIMUM_AVERAGE_SEPARATION: f64 = 600.0;

/// The minimum orbital eccentricity of "distant" binary stars (unitless).
pub const MINIMUM_ORBITAL_ECCENTRICITY: f64 = 0.4;

/// The maximum orbital eccentricity of "distant" binary stars (unitless).
pub const MAXIMUM_ORBITAL_ECCENTRICITY: f64 = 0.7;