* More unit tests for statistical functions, including a bugfix to LARGE() that was identified in testing
		
			
				
	
	
		
			12 lines
		
	
	
		
			125 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			125 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         [2.0, 1.0],
 | |
|         [1, 9, 5, 7],
 | |
|         [0, 4, 2, 3],
 | |
|         true,
 | |
|         false,
 | |
|     ],
 | |
| ];
 |