We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e
Choose one: is this a bug report or feature request? Bug report
Example code:
1.e1
And another example:
1.e-1
1.e1;
and
1.e-1;
1..e1;
1..e - 1;
Remove a dot or add a 0 after the dot if there is no number after the dot and before the e in scientific notation.
0
Using scientific notation with decimals
The text was updated successfully, but these errors were encountered:
Changing
coffeescript/src/lexer.coffee
Lines 1314 to 1315 in 817c39a
\.? (?:\d+(?:_\d+)+)?
Sorry, something went wrong.
No branches or pull requests
Choose one: is this a bug report or feature request? Bug report
Input Code
Example code:
1.e1
And another example:
1.e-1
Expected Behavior
and
Current Behavior
and
Possible Solution
Remove a dot or add a
0
after the dot if there is no number after the dot and before thee
in scientific notation.Context
Using scientific notation with decimals
Environment
The text was updated successfully, but these errors were encountered: