Add miscellaneous symbols from Miscellaneous Mathematical Symbols-B (#4831)

This commit is contained in:
Malo 2024-08-26 18:17:33 +02:00 committed by GitHub
parent cd62a19344
commit 3d980fe4a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,10 +186,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
circle.arrow: '', circle.arrow: '',
circle.big: '', circle.big: '',
dot: '', dot: '',
double: '',
minus: '±', minus: '±',
small: '', small: '',
square: '', square: '',
triangle: '', triangle: '',
triple: '',
], ],
minus: [ minus: [
'', '',
@ -395,7 +397,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
], ],
// Calculus. // Calculus.
infinity: '', infinity: [
'∞',
bar: '',
incomplete: '',
tie: '',
],
oo: '', oo: '',
diff: '', // Deprecation planned diff: '', // Deprecation planned
partial: '', partial: '',
@ -444,7 +451,11 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
// Function and category theory. // Function and category theory.
compose: '', compose: '',
convolve: '', convolve: '',
multimap: '', multimap: ['⊸', double: ''],
// Game theory.
tiny: '',
miny: '⧿',
// Number theory. // Number theory.
divides: ['', not: ''], divides: ['', not: ''],