Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 878 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 878 Bytes

Build Status

Build Status

Except as otherwise noted, this library is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

Features:

-parse math expressions;

-evaluate math expressions;

-convert from infix to postfix notation;

-calculate expression in postfix notation;

-implements the shunting-yard algorithm;

-understands complex numbers.

Projects that use this library:

CalcuSapiens