ExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.
Comments
baudaux•3mo ago
It looks like what we can do with bc, basic calculator
exprtk•3mo ago
How about trying to do the following easily with BC:
baudaux•3mo ago
exprtk•3mo ago
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...