sympy_gamma icon indicating copy to clipboard operation
sympy_gamma copied to clipboard

treating xor

Open sahilshekhawat opened this issue 10 years ago • 2 comments

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.

sahilshekhawat avatar Jan 23 '15 05:01 sahilshekhawat

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 avatar Mar 17 '16 16:03 ashutoshsaboo

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

ashutoshsaboo avatar Mar 17 '16 19:03 ashutoshsaboo