Renamed diff symbol to partial (#3211)

This commit is contained in:
Andrew Voynov 2024-01-18 16:27:21 +03:00 committed by GitHub
parent fae358968f
commit f27321b269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,7 +394,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
// Calculus.
infinity: '',
oo: '',
diff: '',
diff: '', // deprecated (don't forget to delete later)
partial: '',
gradient: '',
nabla: '',
sum: ['∑', integral: ''],