formatting tweak
This commit is contained in:
		
							parent
							
								
									1e78617079
								
							
						
					
					
						commit
						b352cdf3ba
					
				| 
						 | 
				
			
			@ -67,8 +67,14 @@ int main()
 | 
			
		|||
        double log_fraction_of_intelligent_planets_which_are_detectable_as_such = sample_uniform(log(0.01), log(1), seed);
 | 
			
		||||
        double log_longevity_of_detectable_civilizations = sample_uniform(log(100), log(10000000000), seed);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        double log_n = log_rate_of_star_formation + log_fraction_of_stars_with_planets + log_number_of_habitable_planets_per_star_system + log_fraction_of_habitable_planets_in_which_any_life_appears + log_fraction_of_planets_with_life_in_which_intelligent_life_appears + log_fraction_of_intelligent_planets_which_are_detectable_as_such + log_longevity_of_detectable_civilizations;
 | 
			
		||||
        double log_n = 
 | 
			
		||||
            log_rate_of_star_formation + 
 | 
			
		||||
            log_fraction_of_stars_with_planets + 
 | 
			
		||||
            log_number_of_habitable_planets_per_star_system + 
 | 
			
		||||
            log_fraction_of_habitable_planets_in_which_any_life_appears + 
 | 
			
		||||
            log_fraction_of_planets_with_life_in_which_intelligent_life_appears + 
 | 
			
		||||
            log_fraction_of_intelligent_planets_which_are_detectable_as_such + 
 | 
			
		||||
            log_longevity_of_detectable_civilizations;
 | 
			
		||||
        return log_n;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -89,6 +95,4 @@ int main()
 | 
			
		|||
    printf("Probability that we are not alone: %lf (%.lf%%)\n", p_not_alone, p_not_alone * 100);
 | 
			
		||||
 | 
			
		||||
    free(seed);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user