binary operations with and and not - sub commands

Issue #416 invalid
Former user created an issue

Originally reported on Google Code with ID 416

What steps will reproduce the problem?
1.and(not(1);not(1))
2.
3.

What is the expected output? What do you see instead?
0

What version of the product are you using? On what operating system?
0.10.1

Please provide any additional information below.
binary operation is not working good. is there a way to use this correctly? may be
due to having two operands? you know better. Anyhow, AWSOME software!

Reported by rui.ventura on 2012-11-02 00:06:48

Comments (3)

  1. Former user Account Deleted
    Hi, Rui. The logic functions are about bitwise logic, not boolean algebra, as I think
    you're expecting them to behave. More details here: https://github.com/speedcrunch/SpeedCrunch/blob/master/doc/logic-unit.pdf
    

    Reported by helder.pereira.correia on 2012-11-05 05:24:08 - Status changed: Rejected

  2. Former user Account Deleted
    Ok, that makes sense now. used to use programming logic where I use boolean
    variables all the time..
    Thank you for your time!
    

    Reported by rui.ventura on 2012-11-05 21:35:23

  3. Log in to comment