Just use a special case for if mynumber is -0 when rounded, like this:
mynumber
if rounded == -0: rounded = 0