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 904fc98 commit bd51230Copy full SHA for bd51230
src/modules/sym.txt
@@ -269,6 +269,8 @@ prime ′
269
// Arithmetic.
270
plus +
271
.o ⊕
272
+ .o.l ⨭
273
+ .o.r ⨮
274
.o.arrow ⟴
275
.o.big ⨁
276
@deprecated: `plus.circle` is deprecated, use `plus.o` instead
@@ -296,11 +298,15 @@ minus −
296
298
.triangle ⨺
297
299
div ÷
300
.o ⨸
301
+ .slanted.o ⦼
302
@deprecated: `div.circle` is deprecated, use `div.o` instead
303
.circle ⨸
304
times ×
305
.big ⨉
306
.o ⊗
307
+ .o.l ⨴
308
+ .o.r ⨵
309
+ .o.hat ⨶
310
.o.big ⨂
311
@deprecated: `times.circle` is deprecated, use `times.o` instead
312
.circle ⊗
0 commit comments