serso / android-calculatorpp

Android Calculator
421 stars 204 forks source link

Logic mode #163

Open rafyco opened 9 years ago

rafyco commented 9 years ago

I think you can build logic mode for next version of this aplication. As a result it should display string 'false' ( equals 0) or 'true' (equals 1 or another not zero number).

It also a place for new function like and(a,b), or(a,b), not(a), xor(a,b) etc.

X-Ryl669 commented 8 years ago

+1 for AND/NOT/XOR/LeftShift/RightShift and other logic function are missing (that's the only reason I'm still using the calculator on the computer