Range equity (exact)
- Build a sparse or dense range with blockers removed.
- Call
exactHuEquityVsRange(hero, board, range). - Compare to
simulateEquityVsRangeif you need a Monte Carlo check.
const poker = require('poker-calculations');
const eq = poker.exactHuEquityVsRange(['As', 'Ah'], ['Kd', '7c', '2h'], dense1326);