Skip to content

Instantly share code, notes, and snippets.

@mattmazzola
Created November 9, 2020 18:30
Show Gist options
  • Save mattmazzola/4516c3efdc209ec9393831245e19a32b to your computer and use it in GitHub Desktop.
Save mattmazzola/4516c3efdc209ec9393831245e19a32b to your computer and use it in GitHub Desktop.
Expected Usage
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