mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
parent
549ac28f77
commit
eed9734dfc
@ -13,7 +13,7 @@ Set theory is a branch of mathematics that studies sets, their operations, and t
|
|||||||
* the union operator, `∪`, pronounced "cup", means "or";
|
* the union operator, `∪`, pronounced "cup", means "or";
|
||||||
* the intersection operator, `∩`, pronounced "cap", means "and";
|
* the intersection operator, `∩`, pronounced "cap", means "and";
|
||||||
* the exclusion operator, `\`, means "without";
|
* the exclusion operator, `\`, means "without";
|
||||||
* the compliment operator, `'`, means "the inverse of";
|
* the complement operator, `'`, means "the inverse of";
|
||||||
* the cross operator, `×`, means "the Cartesian product of".
|
* the cross operator, `×`, means "the Cartesian product of".
|
||||||
|
|
||||||
### Qualifiers
|
### Qualifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user