1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 06:47:54 +02:00
compliment -> complement
This commit is contained in:
Nathan
2022-01-03 10:53:13 -05:00
committed by GitHub
parent 549ac28f77
commit eed9734dfc

View File

@@ -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