Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

If the formula starts with a number followed by anything but an operator (ex. letters, parentheses etc.) it is treated simply as this number #5

Closed
andyHa opened this issue Oct 15, 2014 · 1 comment

Comments

@andyHa
Copy link
Member

andyHa commented Oct 15, 2014

No description provided.

@andyHa andyHa closed this as completed in 0dff27c Oct 15, 2014
@andyHa
Copy link
Member Author

andyHa commented Oct 15, 2014

So far parsii silently ignored invalid expressions like "1a" or "1(" an converted both to a constant value (1 in this case). It will now report an error.

Note that some quantifiers are valid:
1n -> 0,000000001
1u -> 0,000001
1m -> 0,001
1K -> 1000
1M -> 1000000
1G -> 1000000000

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

No branches or pull requests

1 participant