 9683e5be18
			
		
	
	
		9683e5be18
		
			
		
	
	
	
	
		
			
			* More unit tests for statistical functions, including a bugfix to LARGE() that was identified in testing
		
			
				
	
	
		
			17 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         2,
 | |
|         10, 7, 2, 9, 27,
 | |
|     ],
 | |
|     [
 | |
|         -9,
 | |
|         10, 7, -9, '-27', 2,
 | |
|     ],
 | |
|     [
 | |
|         0,
 | |
|         null, 'STRING', true, '', '27',
 | |
|     ],
 | |
| ];
 |