Combinations (nCr)
nCr = n! / (r!(n - r)!)
Nasıl Kullanılır
Enter n and r to calculate combinations.
- Combination nCr
- Supports large values
- Copy support
Kullanım alanları
- Compute combinations quickly
- Check how many ways
Enter n and r to calculate combinations.