Result of a simple division -34.11/2
returns -17.055
Is there a python function that would return round up decimal? I am expecting to see -17.06
And yes I checked these answers, but neither can answer this question: Round up to Second Decimal Place in Python
How to round to nearest decimal in Python
Increment a Python floating point value by the smallest possible amount Python round to nearest 0.25
Any help would be greatly appreciated. Thanks!