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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The result of ceilMultiple(3.4, 0.3) is 2.7. However, I would expect it to be 3.6.
There is this line, which seems to cause the problem:
genType Tmp = Source - genType(1);
There might be a similar bug in floorMultiple (for negative values).
The text was updated successfully, but these errors were encountered:
I have created a pull request that fix this issue: #413
Sorry, something went wrong.
Fixed GTC_round floorMultiple/ceilMultiple #412
678d393
Thanks for submitting a pull request!
Christophe
Groovounet
No branches or pull requests
The result of ceilMultiple(3.4, 0.3) is 2.7. However, I would expect it to be 3.6.
There is this line, which seems to cause the problem:
There might be a similar bug in floorMultiple (for negative values).
The text was updated successfully, but these errors were encountered: