Arno Gourdol
Arno Gourdol
I've added support for constructible values when the unit is not radians. Note that tan(90) is ComplexInfinity (or undefined when converting to a JS value).
Verified these all work with TOT.
TOT is top of tree, the latest HEAD in github.
This is a problem called "lemmatization". Ultimately, because of the peculiarities of english, it requires a word list/dictionary of some kind. I'm not sure of how to improve on the...
What you are describing is what the English Phonemic mode of Tecendil does. It has a dictionary with 135,086 entries that is used to map the graphemes to phonemes. The...
@AllyMarthaJ maybe it doesn't matter much, but I've tried to reproduce this issue and have not had much luck. You wouldn't happen to have a CodePen that illustrates the problem?
@screambeard Thanks for the detailed report. I think the issue of updating after mount and the mathfield not refreshing is fixed in the unreleased version, but I'll double-check. The issue...
A detail worth adding: this happens if you select from right to left. If you select from left to right, you get the expected result.
That seems to be a different problem. I don't think this code path is used when following the steps in this bug report (i.e. selecting a subexpression, then typing something...
This is a deliberate choice. Consistently using "." to represent a decimal separator avoids ambiguities such as `1,234`. The agent rendering the MathML can then decide to represent it appropriately,...