Up

_scienceStatisticPermutationWithoutRepetition

Get the number of k-permutations from n given elements. The mathematic formula is n! / ((n-k)!)

Prototype :

fun [I I] S

Return : S a new string number or nil if error

See also :

_scienceStatisticPermutationWithRepetition

Example :

Note :