Skip to content

Commit 5e35846

Browse files
authored
Update README.md
1 parent 0c98d37 commit 5e35846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ The points are further classified into two types:
157157
**Prodigal points (PP)** are calculated as follows:
158158

159159
$$
160-
PP = \text{bet\_points} + \text{raise\_points} + 0.5 \times \text{call\_points}
160+
PP = betPoints + raisePoints + 0.5 \times callPoints
161161
$$
162162

163163
and **frugal points (FP)** are calculated as follows:
164164

165165
$$
166-
FP = \text{check\_points} + \text{fold\_points} + 0.5 \times \text{call\_points}
166+
FP = checkPoints + foldPoints + 0.5 \times callPoints
167167
$$
168168

169169
> **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

Comments
 (0)