Skip to content

Instantly share code, notes, and snippets.

Created January 8, 2009 17:19
Show Gist options
  • Save anonymous/44797 to your computer and use it in GitHub Desktop.
Save anonymous/44797 to your computer and use it in GitHub Desktop.
( (self.win(profile, scope).to_f/100) * self.average(profile, scope, :wins)) + ( ((100 - self.win(profile, scope).to_f)/100) * (-self.average(profile, scope, :losses)) ).to_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment