/calc

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

Primary LanguageGoMIT LicenseMIT

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.