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

MathJSON parsing of expressions with very large powers of ten #55

Open
saludes opened this issue Sep 16, 2024 · 0 comments
Open

MathJSON parsing of expressions with very large powers of ten #55

saludes opened this issue Sep 16, 2024 · 0 comments

Comments

@saludes
Copy link

saludes commented Sep 16, 2024

Expressions like $10^{33333}$ with a very large exponent is parsed in MathJSON as
["Power", 10, 333333]
but $4\cdot10^{333333}$ is parsed as
"PositiveInfinity"
As a system allowing complex mathematical expressions, converting this (but not the other) to float seems inconvenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant