Skip to content
New issue

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

MathML mroot and TeX-like root with degree not supported. #2120

Open
Omikhleia opened this issue Sep 29, 2024 · 1 comment
Open

MathML mroot and TeX-like root with degree not supported. #2120

Omikhleia opened this issue Sep 29, 2024 · 1 comment
Labels
enhancement Software improvement or feature request modules:packages Issue relates to core or 3rd party packages

Comments

@Omikhleia
Copy link
Member

Omikhleia commented Sep 29, 2024

For square roots, see #1604 and proposal PR #2119

But now we shall want n-roots, don't we? Cubic roots, etc.

  • MathML "mroot" would just be an extension of PR feat(math): Support square roots #2119 with a "child" for the degree/index part...
  • TeX-like: \sqrt[3]{...} = Ah. Our TeX-like parser does not seem to have provision for such "optional" square-bracketed content...

My dear math friends... Ye all know we shall all want n-roots...

@Omikhleia Omikhleia added enhancement Software improvement or feature request modules:packages Issue relates to core or 3rd party packages labels Sep 29, 2024
@Omikhleia
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Software improvement or feature request modules:packages Issue relates to core or 3rd party packages
Projects
Status: To do
Development

No branches or pull requests

1 participant