LogicFormula or other component turn a valid boolean expression to invalid one. #215
Answered
by
axkr
xwaeaewcrhomesysplug
asked this question in
Q&A
-
Describe the bug To Reproduce Example input Symja input expression: Error result: TautologyQ: illegal arguments: "b*(a&)" in LogicFormula Expected behavior Expected (correct) result expression:
Java
-linux,fedora,64bit |
Beta Was this translation helpful? Give feedback.
Answered by
axkr
Feb 7, 2021
Replies: 1 comment
-
You have to use "doubled character" See:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
axkr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to use "doubled character"
&&
forAnd()
and||
forOr()
.Only one
&
is used as an operator for pure functions.See: