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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.