Project

General

Profile

Bug #1605

Updated by John Abbott almost 3 years ago

What should the domain range of definition of *@binomial(n,r)@* be?

Most restrictive is *@0 <= r <= n@*.
More flexible is *@0 <= r <= abs(n)@*.
Or we could allow allow all pairs.

The current implementations are inconsistent (depending on whether args are @MachineInt@ or @BigInt@).

Back