Combinations (nCr)
nCr = n! / (r!(n - r)!)
Jak używać
Enter n and r to calculate combinations.
- Combination nCr
- Supports large values
- Copy support
Zastosowania
- Compute combinations quickly
- Check how many ways
Enter n and r to calculate combinations.