You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Expressions like$10^{33333}$ with a very large exponent is parsed in MathJSON as
$4\cdot10^{333333}$ is parsed as
["Power", 10, 333333]
but
"PositiveInfinity"
As a system allowing complex mathematical expressions, converting this (but not the other) to float seems inconvenient.
The text was updated successfully, but these errors were encountered: