|
Will calculate the permutations for PR(n,r) = nr.
For r <= n, n >= 0, and r >= 0.
Permutation Replacement Formula:
PR(n,r) = nr.
References
For more information on permutations and combinations please see http://mathworld.wolfram.com/Permutation.html
|