adding dotless i & j to sym.rs (#1227)
This commit is contained in:
parent
9e1aeab3cd
commit
85ea0350e4
|
|
@ -831,4 +831,5 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
kelvin: 'K',
|
kelvin: 'K',
|
||||||
Re: 'ℜ',
|
Re: 'ℜ',
|
||||||
Im: 'ℑ',
|
Im: 'ℑ',
|
||||||
|
dotless: [i: '𝚤', j: '𝚥'],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue