We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi, I can't use the percent symbol, it says : "Uncaught Error: 30% is not a valid variable name", great plugin by the way!!
The text was updated successfully, but these errors were encountered:
Hi @prawn969. do you still have this issue? How do you use the % symbol?
Sorry, something went wrong.
Hi @mikaoelitiana I still have this issue. I use it like that: 20*51%
Hello @prawn969, what version of Atom and the plugin do you have? I don't have this issue on latest version of both:
Also, I added some test that checks it is working :
it "should calculate % operations", -> expect(Numbers.calculate('20*10%')).toEqual('2') expect(Numbers.calculate('20*51%')).toEqual('10.2')
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi, I can't use the percent symbol, it says : "Uncaught Error: 30% is not a valid variable name", great plugin by the way!!
The text was updated successfully, but these errors were encountered: