Isaac Lagoy
GitHub YouTube

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.

    Functions

  • Add
  • Subtract
  • Multiply
  • Integer Divide
  • Modulus
  • Exponential
  • Factorial

    Allowed Symbols

  • Bitwise Operators
  • True & False
  • def
  • return
  • if
  • not