Displaying 1 result from an estimated 1 matches for "r44847".
2008 Mar 26
2
choose fails a fundamental property of binomial coefficients (PR#11035)
Full_Name: Jerry W. Lewis
Version: 2.7.0 (2008-03-23 r44847)
OS: Windows XP Professional
Submission from: (NULL) (71.184.230.48)
choose(n,k) = choose(n,n-k) is not satisfied if either
1. n is a negative integer with k a positive integer (due to automatically
returning 0 for n-k<0)
2. n is not an integer with k a positive integer (due to rounding n-k...