Renamed diff
symbol to partial
(#3211)
This commit is contained in:
parent
fae358968f
commit
f27321b269
@ -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: '⨋'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user