True Count Calculation Helper

Result:

Rounding Method Formulas

Truncate: if (x > 0) floor(x) else ceil(x)

Floor: floor(x)

Round: round(x)

Statistical: round(x / 2) * 2

Where x is the true count before rounding (Running Count / Remaining Decks)