We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inter
sect
1 parent a806979 commit 6e7634fCopy full SHA for 6e7634f
src/modules/sym.txt
@@ -433,6 +433,15 @@ union ∪
433
.sq ⊔
434
.sq.big ⨆
435
.sq.double ⩏
436
+inter ∩
437
+ .and ⩄
438
+ .big ⋂
439
+ .dot ⩀
440
+ .double ⋒
441
+ .sq ⊓
442
+ .sq.big ⨅
443
+ .sq.double ⩎
444
+@deprecated: `sect` is deprecated, use `inter` instead
445
sect ∩
446
.and ⩄
447
.big ⋂
@@ -467,6 +476,8 @@ integral ∫
467
476
.dash.double ⨎
468
477
.double ∬
469
478
.quad ⨌
479
+ .inter ⨙
480
+ // Deprecated.
470
481
.sect ⨙
471
482
.slash ⨏
472
483
.square ⨖
0 commit comments