1 2 3 4 5 6 7 8 9 10 11 12
pub fn has_ecosystems() -> bool { false } pub fn habitability_index() -> f64 { 0.0 } pub fn surface_uv_flux_relative_to_earth() -> f64 { let r_au = 0.387; 1.0 / (r_au * r_au) }