mirror of
https://github.com/rm-dr/daisy
synced 2025-06-30 14:13:32 -07:00
Fixed UserFunction operator
This commit is contained in:
@ -102,6 +102,7 @@ impl Operator {
|
||||
| Operator::Factorial
|
||||
| Operator::Sqrt
|
||||
| Operator::Function(_)
|
||||
| Operator::UserFunction(_)
|
||||
=> false,
|
||||
_ => true
|
||||
}
|
||||
@ -113,6 +114,7 @@ impl Operator {
|
||||
Operator::Negative
|
||||
| Operator::Sqrt
|
||||
| Operator::Function(_)
|
||||
| Operator::UserFunction(_)
|
||||
=> false,
|
||||
_ => true
|
||||
}
|
||||
|
Reference in New Issue
Block a user