You are browsing as a guest. Sign up (or log in) to start making projects!

1h 22m 10s logged

I have mixed feelings about MathML.

I’d never used MathML before, and I was a little worried that it would be extremely complicated and difficult. But really, it was just tedious and verbose. The opaque syntax took a while to get used to, but it’s fairly straightforward.

I added a new section to the site, which renders the formula step-by-step using MathML, substituting the percentile and mult from the other tools.

So when you change the calculator, it also updates the formula. Once I implement the graph, moving the point along the graph will update the calculator and the formula. So it’ll all be unified.

Anyways, now I have a 340+ line Svelte file mostly comprised of a bunch of repetitive MathML tags. Usually I want to refactor really long files, but I don’t think I really can in this case.

0
9

Comments 0

No comments yet. Be the first!