We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c98d37 commit 5e35846Copy full SHA for 5e35846
README.md
@@ -157,13 +157,13 @@ The points are further classified into two types:
157
**Prodigal points (PP)** are calculated as follows:
158
159
$$
160
-PP = \text{bet\_points} + \text{raise\_points} + 0.5 \times \text{call\_points}
+PP = betPoints + raisePoints + 0.5 \times callPoints
161
162
163
and **frugal points (FP)** are calculated as follows:
164
165
166
-FP = \text{check\_points} + \text{fold\_points} + 0.5 \times \text{call\_points}
+FP = checkPoints + foldPoints + 0.5 \times callPoints
167
168
169
> **Note:** A call is neither entirely a frugal nor entirely a prodigal move; therefore, its weight is split equally between \(PP\) and \(FP\).
0 commit comments