Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero Property of Multiplication #3

Open
donghn opened this issue Feb 20, 2023 · 0 comments
Open

Zero Property of Multiplication #3

donghn opened this issue Feb 20, 2023 · 0 comments

Comments

@donghn
Copy link

donghn commented Feb 20, 2023

The zero property of multiplication states that the product of any number and zero is always zero. However, in the implementation:
zero = zero1&zero2;
In my opinion, it should be:
zero = zero1|zero2;
Could you help me understand this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant