Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

power set #12

Open
jankapunkt opened this issue Mar 27, 2019 · 1 comment
Open

power set #12

jankapunkt opened this issue Mar 27, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jankapunkt
Copy link
Owner

There needs to be a boolean operation on instances of Sets that allow the following:

What you say: "The power set of A" or "The set of subsets of A"
What you type: Set.powerSet(A)
note: I have always heard people always say "the power set of A", but never "the power of A". Hence, I believe truncating the function name to only "power" would cause confusion, since the term "power" can mean so many different things.

@jankapunkt jankapunkt added the enhancement New feature or request label Mar 27, 2019
@jankapunkt
Copy link
Owner Author

First we need to clarify naming conventions as stated in #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant