collectiveidea / unicode_math

Fun Ruby extensions for doing math with Unicode
MIT License
47 stars 8 forks source link

Add set math #1

Open danielmorrison opened 12 years ago

danielmorrison commented 12 years ago

Things like

Superset ⊃ Subset ⊂ Does not contain ∌ etc.

Aditya-Chowdhry commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Thanks! I have added these in the latest PR.