How do you type a balanced function in oracle properties?
I can plug in 1 or 0, then f(x) is constant. But I don't know the syntax for conditionals.
Ok, what I can do is, write "x". Then it is balanced, I just found. But it remains the question: How to type negation?
The solution is to use java's exclusive or notation "^". So negation is typed like this: "x^1".
Sources: - https://stackoverflow.com/questions/726652/creating-a-logical-exclusive-or-operator-in-java#726665 - http://edoc.sub.uni-hamburg.de/haw/volltexte/2012/1843/pdf/ba_dahl.pdf
Log in to post a comment.
How do you type a balanced function in oracle properties?
I can plug in 1 or 0, then f(x) is constant. But I don't know the syntax for conditionals.
Ok, what I can do is, write "x". Then it is balanced, I just found.
But it remains the question: How to type negation?
The solution is to use java's exclusive or notation "^".
So negation is typed like this: "x^1".
Sources:
- https://stackoverflow.com/questions/726652/creating-a-logical-exclusive-or-operator-in-java#726665
- http://edoc.sub.uni-hamburg.de/haw/volltexte/2012/1843/pdf/ba_dahl.pdf