This simplify code, increase readability and improve the function signature for API users.
		
			
				
	
	
		
			25 lines
		
	
	
		
			280 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			280 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    [
 | 
						|
        9.5999999999999996,
 | 
						|
        0.10000000000000001,
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        19.199999999999999,
 | 
						|
        0.20000000000000001,
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        48.0,
 | 
						|
        0.5,
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        96.0,
 | 
						|
        1.0,
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        192.0,
 | 
						|
        2.0,
 | 
						|
    ],
 | 
						|
];
 |