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

Scientific numbers not parsing with unary signs #73

Open
jjg-123 opened this issue Aug 28, 2024 · 0 comments
Open

Scientific numbers not parsing with unary signs #73

jjg-123 opened this issue Aug 28, 2024 · 0 comments

Comments

@jjg-123
Copy link
Collaborator

jjg-123 commented Aug 28, 2024

Scientific numbers allow signed exponents. These work. The parser allows for the alternate characters e.g:

 $$E := 9.1093837139E¯31;
  $$F := 4.234E⁺17

but interpreting these in Java into BigDecimals does not take this into account and it should.

jjg-123 added a commit that referenced this issue Sep 2, 2024
#73,
#74,
#75

Also regenerated parser, so a lot of files..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant