mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Fixed UserFunction operator
This commit is contained in:
parent
eadd6780ce
commit
4cb45432f9
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user