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

Add support for decimal comma #50

Closed
andstor opened this issue Oct 27, 2019 · 0 comments · Fixed by #52
Closed

Add support for decimal comma #50

andstor opened this issue Oct 27, 2019 · 0 comments · Fixed by #52
Assignees
Labels
enhancement New feature or request

Comments

@andstor
Copy link
Member

andstor commented Oct 27, 2019

Decimal numbers are currently supported. However, only support for decimal points . are implemented while decimal commas , aren't.

It should be possible to implement decimal commas. However, there are some caveats that needs to be resolved first. See issue #44. This is also related to issue #47 and #48.

When the issues above are resolved, it should be made optional whether to allow only decimal points or decimal commas as input (in floating numbers). As default it should be possible to use both types as input.

Since Maxima only allows decimal points in floating numbers, all transpiled floating numbers should only contain decimal points.

@andstor andstor added the enhancement New feature or request label Oct 27, 2019
@andstor andstor self-assigned this Oct 27, 2019
andstor added a commit that referenced this issue Oct 27, 2019
@andstor andstor mentioned this issue Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant