Skip to content

Commit

Permalink
Elo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 8, 2024
1 parent ae5e6a0 commit d1a820c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/scala/Elo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ object Elo extends OpaqueInt[Elo]:
(low to up).view.map(_ -> value).toMap
(up + 1) -> newTable
._2
// the hardcoded List above is not really necessary,
// but it mirrors the reference table on
// https://handbook.fide.com/chapter/B022022 8.1.2

0 comments on commit d1a820c

Please sign in to comment.