Up |
_scienceStatisticPermutationWithoutRepetition
Get the number of k-permutations from n given elements. The mathematic
formula is n! / ((n-k)!)
Prototype :
fun [I I] S
- I : n, with n < 170.
- I : k, with k < n.
Return : S a new string number or nil if error
See also :
_scienceStatisticPermutationWithRepetition
Example :
Note :