TheBevyFlock / flag-frenzy

Check combinations of Bevy's feature flags
Apache License 2.0
4 stars 1 forks source link

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

Closed BD103 closed 3 months ago

BD103 commented 4 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 3 months ago

Closed in c3c30fb.