We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b876cb commit 2691872Copy full SHA for 2691872
CHANGELOG.md
@@ -5,6 +5,12 @@
5
### New in `sym`
6
7
- Mathematical symbols
8
+ - `gt.double.nested`: ⪢
9
+ - `lt.double.nested`: ⪡
10
+ - `gt.arc` ⪧
11
+ - `gt.arc.eq` ⪩
12
+ - `lt.arc`: ⪦
13
+ - `lt.arc.eq`: ⪨
14
- `subset.approx`: ⫉
15
- `subset.closed`: ⫏
16
- `subset.closed.eq`: ⫑
src/modules/sym.txt
@@ -306,7 +306,10 @@ gt >
306
.o ⧁
307
.dot ⋗
308
.approx ⪆
309
+ .arc ⪧
310
+ .arc.eq ⪩
311
.double ≫
312
+ .double.nested ⪢
313
.eq ≥
314
.eq.slant ⩾
315
.eq.lt ⋛
@@ -331,7 +334,10 @@ lt <
331
334
.o ⧀
332
335
.dot ⋖
333
336
.approx ⪅
337
+ .arc ⪦
338
+ .arc.eq ⪨
339
.double ≪
340
+ .double.nested ⪡
341
.eq ≤
342
.eq.slant ⩽
343
.eq.gt ⋚
0 commit comments