/beval

A math evaluator written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0


A maths evaluator written in C

Supports:

  • Normal operators like +, -, * and /
  • Functions like sin(), cos(), tan(), log(), sqrt()
  • Parenthesis
  • Exponents

Building

make

Plans

  • Support for bitwise operators i.e. &, <<, >>
  • Functions with multiple arguments