pirox 0.0.2

Library for building a calculator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#  Pirox

Library for building a calculator.

## Run WASM example
After cloning the repository, run the following command:

    wasm-pack build --target web
   And open the HTML file for the WASM example in any web server (e.g. Five Server for Visual Studio Code)

## To-do
- [X] Support for parentheses
- [X] Support for decimals
- [X] Ensure easy integration
- [X] Exponent support
- [ ] Trigonometric functions
- [ ] Modulo operation