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

Add set math #1

Open
danielmorrison opened this issue Oct 10, 2012 · 3 comments
Open

Add set math #1

danielmorrison opened this issue Oct 10, 2012 · 3 comments

Comments

@danielmorrison
Copy link
Member

Things like

Superset ⊃
Subset ⊂
Does not contain ∌
etc.

@Aditya-Chowdhry
Copy link
Contributor

Hi, should I do this?
Superset ⊃
Will it return true or false ?
for example: A= {1,2,3,4} B={1,2,3}
Therefore, A ⊃ B => true
A ⊂ B => false
A ∌ B => false

@danielmorrison
Copy link
Member Author

Seems right to me, go for it!

Thanks for your contributions! Your other two PRs are now released in gem 1.4.0.

@Aditya-Chowdhry
Copy link
Contributor

Thanks! I have added these in the latest PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants