Remix.run Logo
Aachen 4 days ago

https://qalculate.github.io can do this also for as long as I've used it (only a couple years to be fair). I've got it on my phone, my laptop, even my server with apt install qalc. Super convenient, supports everything from unit conversion to uncertainty tracking

The histogram is neat, I don't think qalc has that. On the other hand, it took 8 seconds to calculate the default (exceedingly trivial) example. Is that JavaScript, or is the server currently very busy?

filiph 3 days ago | parent | next [-]

It's all computed in the browser so yeah, it's JavaScript. Still, 8 seconds is a lot -- I was targeting sub-second computation times (which I find alright).

internetter 3 days ago | parent | prev [-]

Yes! (5±6)*(9±12) => 45±81. Uncertainty propagation!