Added gradient alias for nabla symbol (#3195)

This commit is contained in:
Andrew Voynov 2024-01-15 14:41:09 +03:00 committed by GitHub
parent 39003555f3
commit 213bf36a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -395,6 +395,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
infinity: '', infinity: '',
oo: '', oo: '',
diff: '', diff: '',
gradient: '',
nabla: '', nabla: '',
sum: ['∑', integral: ''], sum: ['∑', integral: ''],
product: ['∏', co: ''], product: ['∏', co: ''],