Created
November 9, 2020 06:45
-
-
Save mattmazzola/4c23d83873d1477927b5baf1c44649ac to your computer and use it in GitHub Desktop.
Library entry point
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
export function createRatingSystem(kFactor: KFactorOption = 32, exponentDenominator: number = 400, exponentBase: number = 10): RatingSystem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment