pirox

Crates.iopirox
lib.rspirox
version0.0.3
sourcesrc
created_at2023-09-19 12:47:58.563858
updated_at2023-09-19 14:28:13.427629
descriptionLibrary for building a calculator.
homepagehttps://codeberg.org/ppsn/Pirox
repositoryhttps://codeberg.org/ppsn/Pirox.git
max_upload_size
id976838
size9,615
ppsn (ppsn19)

documentation

README

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
Commit count: 0

cargo fmt