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
In the helper.number fonction, if "dec" is not set, remove_trailing_zero option is not working
The text was updated successfully, but these errors were encountered:
The problem only exist if numbers are in decimal format.
Sorry, something went wrong.
There are no ways to know the "true" decimals of a number, For example :
print(Decimal(1.12)) >>1.12000000000000010658141036401502788066864013671875
One option is, when "dec" is not set, to have a default dec value
Merge pull request societe-generale#2 from FabienGiely/no_contract_no…
7508582
…_interpret add no contract on no_interpret
No branches or pull requests
In the helper.number fonction, if "dec" is not set, remove_trailing_zero option is not working
The text was updated successfully, but these errors were encountered: