mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Codestandards
This commit is contained in:
		@@ -252,7 +252,6 @@ class GaussianDistribution
 | 
			
		||||
    private static function inverseErrorFunctionCumulativeTo(float $p): float
 | 
			
		||||
    {
 | 
			
		||||
        // From page 265 of numerical recipes
 | 
			
		||||
 | 
			
		||||
        if ($p >= 2.0) {
 | 
			
		||||
            return -100;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user