summaryrefslogtreecommitdiff
path: root/library/src/symbols
diff options
context:
space:
mode:
authorAlexander Ekdahl <alexander@ekdahl.io>2023-03-25 13:32:25 +0100
committerGitHub <noreply@github.com>2023-03-25 13:32:25 +0100
commit766d1be72b046c1ee0db2602d8573b206fa81fe5 (patch)
tree21e47eac70d6c6fde8d8ca4c8590ca1b49523a73 /library/src/symbols
parenta25a69154919569f032333388876f14d16a75ea9 (diff)
Newton's notation for derivatives (#281)
Diffstat (limited to 'library/src/symbols')
-rw-r--r--library/src/symbols/sym.rs12
1 files changed, 11 insertions, 1 deletions
diff --git a/library/src/symbols/sym.rs b/library/src/symbols/sym.rs
index 90c89fc3..f1cf6649 100644
--- a/library/src/symbols/sym.rs
+++ b/library/src/symbols/sym.rs
@@ -88,7 +88,17 @@ pub(crate) const SYM: &[(&'static str, Symbol)] = symbols! {
circle: '⊝',
wave.double: '〰',
],
- dot: ['.', op: '⋅', c: '·', circle: '⊙', circle.big: '⨀', square: '⊡'],
+ dot: [
+ '.',
+ op: '⋅',
+ c: '·',
+ circle: '⊙',
+ circle.big: '⨀',
+ square: '⊡',
+ double: '¨',
+ triple: '\u{20db}',
+ quad: '\u{20dc}',
+ ],
excl: ['!', double: '‼', inv: '¡', quest: '⁉'],
quest: ['?', double: '⁇', excl: '⁈', inv: '¿'],
interrobang: '‽',