Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JerryCoviello

Pages: [1]
1
Templates, Layouts and Sounds / Re: Point formulas
« on: June 15, 2017, 04:40:03 PM »
I use this
assign("totalPlayersExpense", addOnCost + buyinCost + rebuyCost)
assign("playerProfitability", buyinCost/totalPlayersExpense)
assign("SquartRootFunction", SQRT (buyins * buyincost * playerProfitability))
SquartRootFunction/(rank + 1)* 100

Pages: [1]