formulae v0.5.0 Permutations
Helper to calculate all the permutations of the list given.
The maximal allowed number of permutations is limited to 12.
Link to this section Summary
Functions
Calculates all permutations of an empty list, returning an empty list
Calculates all permutations of an empty list, returning an empty list
Calculates all permutations of a list having a single keyword element, returning the keyword wrapped into a list.
Calculates the permutations of 10
for the list given
Calculates the permutations of 11
for the list given
Calculates the permutations of 12
for the list given
Calculates the permutations of 2
for the list given
Calculates the permutations of 3
for the list given
Calculates the permutations of 4
for the list given
Calculates the permutations of 5
for the list given
Calculates the permutations of 6
for the list given
Calculates the permutations of 7
for the list given
Calculates the permutations of 8
for the list given
Calculates the permutations of 9
for the list given
Link to this section Functions
Calculates all permutations of an empty list, returning an empty list
Calculates all permutations of an empty list, returning an empty list
Calculates all permutations of a list having a single keyword element, returning the keyword wrapped into a list.
do_10(list)
Calculates the permutations of 10
for the list given
do_11(list)
Calculates the permutations of 11
for the list given
do_12(list)
Calculates the permutations of 12
for the list given
do_2(list)
Calculates the permutations of 2
for the list given
do_3(list)
Calculates the permutations of 3
for the list given
do_4(list)
Calculates the permutations of 4
for the list given
do_5(list)
Calculates the permutations of 5
for the list given
do_6(list)
Calculates the permutations of 6
for the list given
do_7(list)
Calculates the permutations of 7
for the list given
do_8(list)
Calculates the permutations of 8
for the list given
do_9(list)
Calculates the permutations of 9
for the list given