Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ union ∪
.sq ⊔
.sq.big ⨆
.sq.double ⩏
inter ∩
.and ⩄
.big ⋂
.dot ⩀
.double ⋒
.sq ⊓
.sq.big ⨅
.sq.double ⩎
@deprecated: `sect` is deprecated and replaced with `inter`
sect ∩
.and ⩄
.big ⋂
Expand Down Expand Up @@ -467,6 +476,8 @@ integral ∫
.dash.double ⨎
.double ∬
.quad ⨌
.inter ⨙
// Deprecation planned.
.sect ⨙
.slash ⨏
.square ⨖
Expand Down