Up

_scienceStatisticPermutationWithRepetition

Get the number of k-permutations with repetitions (or k-multipermutation) from n given elements. The mathematic formula is n^k

Prototype :

fun [I I] S

Return : S a new string number or nil if error

See also :

_scienceStatisticPermutationWithoutRepetition

Example :

Note :