Grillo-0 / cevil.h

Simple stb-style header-only library to evaluate math expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cevil.h

Simple stb-style header-only library to evaluate math expressions

Available Operations

  • Sum +
  • Minus -
  • Multiplication *
  • Division /

Quick Start

$ ./test.sh

About

Simple stb-style header-only library to evaluate math expressions

License:MIT License


Languages

Language:C 99.0%Language:Shell 1.0%