mirror of
https://github.com/furyfire/trueskill.git
synced 2026-03-31 19:29:11 +02:00
Tenative pass at getting prior layer working. Found out about division by zero and closure differences.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Moserware\Skills;
|
||||
|
||||
class HashMap
|
||||
{
|
||||
private $_hashToValue = array();
|
||||
|
||||
Reference in New Issue
Block a user