Description Usage Arguments Examples
The Power Set is the set of all subsets of S, including the empty set and S itself Cardinality of the Power Set must be 2^n with n = number of elements in the set Remember that matematically, a Set cannot have repeated elements, So this function will apply a unique() to the input vector
1 | XPowerSet(v)
|
v |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.