give up on text alignment
This commit is contained in:
		
							parent
							
								
									47c3e5683a
								
							
						
					
					
						commit
						8f6919fa2a
					
				| 
						 | 
				
			
			@ -366,7 +366,7 @@ void array_print_90_ci_histogram(double* xs, int n_samples, int n_bins){
 | 
			
		|||
        decimalPlaces = -magnitude;
 | 
			
		||||
        decimalPlaces = decimalPlaces > 10 ? 10 : decimalPlaces;  
 | 
			
		||||
    }
 | 
			
		||||
    printf(  "  (   -∞,  %*.*f):  %d\n", 4+decimalPlaces, decimalPlaces, min_value, below_min);
 | 
			
		||||
    printf(  "  (-∞, %*.*f):  %d\n", 4+decimalPlaces, decimalPlaces, min_value, below_min);
 | 
			
		||||
    for (int i = 0; i < n_bins; i++) {
 | 
			
		||||
        double bin_start = min_value + i * bin_width;
 | 
			
		||||
        double bin_end = bin_start + bin_width;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user