An example:
> dhcp-wifi-8021x-155-41-14-238:~ user$ python
Python 3.5.6 |Anaconda, Inc.| (default, Aug 26 2018, 16:30:03)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 0/-1
-0.0
Why does Python return -0.0 instead of 0.0?