2 releases

0.0.3 Sep 19, 2023
0.0.2 Sep 19, 2023

#779 in Math

25 downloads per month

MIT license

8KB
177 lines

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

  • Support for parentheses
  • Support for decimals
  • Ensure easy integration
  • Exponent support
  • Trigonometric functions
  • Modulo operation

Dependencies

~0.8–1.4MB
~29K SLoC