pub fn exact_probability(expr: &DiceExpr, target: i64) -> Option<f64>Expand description
Compute the exact probability of rolling at least target via polynomial convolution.
Returns None when the expression is too complex for analytical computation
(i.e. advantage/disadvantage is active, or any group uses a keep rule).