TheBevyFlock / flag-frenzy

Check combinations of Bevy's feature flags
Apache License 2.0
3 stars 0 forks source link

Make `ncr()` work with `u128` #5

Closed BD103 closed 2 months ago

BD103 commented 2 months ago

There's a large chance of overflow with u64. ncr() should switch to u128 and manually handle overflow. (Perhaps return u128::MAX based on the scenario?)

BD103 commented 2 months ago

Closed in c3c30fb.