Show HN: ExprTk REPL – Explore math expressions in the browser with WebAssembly
partow.netExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.
ExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.
It looks like what we can do with bc, basic calculator
How about trying to do the following easily with BC:
Mandelbrot fractal: https://www.partow.net/programming/exprtk/repl/index.html?$l...
Pi to 10k digits: https://www.partow.net/programming/exprtk/repl/index.html?$l...
Prime Sieve: https://www.partow.net/programming/exprtk/repl/index.html?$l...