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