mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	First TwoPlayerTrueSkillCalculator unit test passed
This commit is contained in:
		
							
								
								
									
										17
									
								
								PHPSkills/Numerics/BasicMath.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								PHPSkills/Numerics/BasicMath.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Basic math functions.
 | 
			
		||||
 *
 | 
			
		||||
 * PHP version 5
 | 
			
		||||
 *
 | 
			
		||||
 * @category   Math
 | 
			
		||||
 * @package    PHPSkills
 | 
			
		||||
 * @author     Jeff Moser <jeff@moserware.com>
 | 
			
		||||
 * @copyright  2010 Jeff Moser 
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
function square($x)
 | 
			
		||||
{
 | 
			
		||||
    return $x * $x;
 | 
			
		||||
}
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user