We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we set MathfieldElement.decimalSeparator = ","; and try to type the division 2,3/4 it will render as 2,(3/4).
MathfieldElement.decimalSeparator = ",";
Typing 2.3/4 yields the expected result.
With MathfieldElement.decimalSeparator = ","; set, both should produce the same result
Possible related to #1869.
MathLive version 0.93, 0.89.1
Browser Chrome 113, Firefox 112.0.2
The text was updated successfully, but these errors were encountered:
19bfc3f
fix: fixed arnog#1963
107bf67
arnog
No branches or pull requests
Description
If we set
MathfieldElement.decimalSeparator = ",";
and try to type the division 2,3/4 it will render as 2,(3/4).Typing 2.3/4 yields the expected result.
With
MathfieldElement.decimalSeparator = ",";
set, both should produce the same resultPossible related to #1869.
Environment
MathLive version
0.93, 0.89.1
Browser
Chrome 113, Firefox 112.0.2
The text was updated successfully, but these errors were encountered: