Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

6. hypot(x) == abs(x)

7. hypot(x, y) should return the same result as in previous Python version, 
e.g. should call C lib implementation.

8. hypot(x, y, 0, <all zeros>...) == hypot(x, y)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33089>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to