While Loop with two conditions
Hi All,
I am trying to use a While Loop with two conditions, something like below:
while (x > 10) ^ (y < 100)
...
but Mathcad 15 only goes through the loop once and does not execute the iterations. If I use only one condition check, it works fine. Could someone let me know if it is correct to do what I show above?
Thank you.

