Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 319 Bytes

calc

Calc is a package that provides the tools to evaluate simple numerical expressions

  1. Additional code to support Boolean operators
  2. Add boolean return for solve
  3. Add > and < operators
  4. Add Unary Not (!)
  5. Internally bool values are 1 and 0, true/false is the conversion. A non Zero value is always true.