CodeusTech / CodeusTech/Xita

Implement Boolean Exclusive OR

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Most of the boolean logical operators are implemented, such as:
* Logical And ( `&&` )
* Logical OR ( `||` )
* Logical Negation ( `!` )

But the boolean logical operator for exclusive OR has not been implemented. It's still unclear if it is required anyways since the functionality can be easily reproduced by rearranging existing logical building blocks.

It may be smarter to reserve the `^` operator for exponential calculations, since that is the most natural use of the carrot. That being said, Exclusive OR might be a "neat" improvement.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.