sympy / sympy_gamma

A SymPy version of WolframAlpha.
https://sympygamma.com
Other
673 stars 112 forks source link

treating xor #59

Open sahilshekhawat opened 9 years ago

sahilshekhawat commented 9 years ago

I couldn't find a way to use Xor in Gamma. It treats ^ always as ** which should not happen. And if that is that case, there is no way to use xor.

ashutoshsaboo commented 8 years ago

Use it in the form Xor(arguments), it will work then. SymPy Gamma's post-processor maps ^ to **. That's the reason why ^ doesn't work for Xor.

ashutoshsaboo commented 8 years ago

@asmeurer Can this issue be closed now? I guess the explanation has been provided above^.