adding dotless i & j to sym.rs (#1227)

This commit is contained in:
Matthias Frühauf 2023-05-19 14:38:52 +02:00 committed by GitHub
parent 9e1aeab3cd
commit 85ea0350e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -831,4 +831,5 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
kelvin: '',
Re: '',
Im: '',
dotless: [i: '𝚤', j: '𝚥'],
};