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

Wrong computation in resolution of decimal numbers > 0 && < 1 #152

Open
rosastern opened this issue Jan 10, 2019 · 1 comment
Open

Wrong computation in resolution of decimal numbers > 0 && < 1 #152

rosastern opened this issue Jan 10, 2019 · 1 comment
Assignees

Comments

@rosastern
Copy link
Collaborator

Parsing Error

Version

v0.17.6

Language

all

Parser input

"zéro virgule quatre-vingt-cinq

Parser output

+----+--------+---+--------------------------------+--------------------------------+
| ix | log(p) | p | text                           | value                          |
+====+========+===+================================+================================+
| 0  | 0      | 1 | zéro virgule quatre-vingt-cinq | Float(FloatOutput(0.84999996)) |
+----+--------+---+--------------------------------+--------------------------------+

Parser expected output (Optional)

+----+--------+---+--------------------------------+--------------------------------+
| ix | log(p) | p | text                           | value                          |
+====+========+===+================================+================================+
| 0  | 0      | 1 | zéro virgule quatre-vingt-cinq | Float(FloatOutput(0.85)) |
+----+--------+---+--------------------------------+--------------------------------+
@rosastern rosastern self-assigned this Jan 10, 2019
@rosastern rosastern added the bug label Jan 10, 2019
@rosastern rosastern removed the fixed label Oct 4, 2019
@rosastern rosastern reopened this Oct 4, 2019
@rosastern
Copy link
Collaborator Author

@kali or @hdlj , would be great to investigate this with your help!

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

No branches or pull requests

1 participant