Bitwise Calculator
Infinitely expandable calculator using a minimal amount of keywords and symbols. This calculator follows the processes of circuit math but in Python functions.
- Add
- Subtract
- Multiply
- Integer Divide
- Modulus
- Exponential
- Factorial
Functions
- Bitwise Operators
- True & False
- def
- return
- if
- not