Created
November 9, 2020 18:30
-
-
Save mattmazzola/4516c3efdc209ec9393831245e19a32b to your computer and use it in GitHub Desktop.
Expected Usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { | |
playerAProbability, | |
playerBProbability, | |
nextPlayerARating, | |
playerARatingDiff, | |
nextPlayerBRating, | |
playerBRatingDiff | |
} = rating.getNextRatings(playerARating, playerBRating, actualScore) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment