Why Combinatorics package doesn't warn of overflow?

right; Julia by default does not check overflow, for performance reason, similar to C/C++. But pkgs like Combinatorics I’d imagine have good reason to either make big by default(see for example derangement function), or check overflow.

3 Likes