FAQ correction of score formula
Case number: | 845818-994925 |
Topic: | Game: Social |
Opened by: | Bruno Kestemont |
Status: | Closed |
Type: | Bug |
Opened on: | Monday, April 8, 2013 - 13:19 |
Last modified: | Monday, April 8, 2013 - 13:23 |
Hello,
see:
http://fold.it/portal/info/faq
item
Q: What are "global points"?
Replace
Points = Max(1, RoundUp(((1 - (Rank - 1)/(NumPlayers - 1)^6) * X))
by
Points = Max(1, RoundUp(((1 - ((Rank - 1)/(NumPlayers - 1))^6) * X))
»
sorry, I have to verify