This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug in math/ceil #423
Issue
ceil
function is only accurate to 1dp. For cases wheren < num < n + 0.05
, it will incorrectly round down.Demonstrating the issue