- Fix bug where wrong method flag was returned when using combinations (
-c
flag) andD
could not be calculated due to size. - Replaced calculation of
D
when combinations is used (flag-c
) with an exact method in all cases except for when both binary and combinations are used (-b
and-c
flag) and inputD
is larger than 15 (e.g. resultingD
is(2^(15))!
).