use math.hypot instead of math.sqrt(x*x+y*y)
commitc7d6e2626a34a85fdce9ddc2ba011ea11d2f43bc
authorJörg Lehmann <joergl@users.sourceforge.net>
Sat, 20 Mar 2004 13:36:29 +0000 (20 13:36 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Sat, 20 Mar 2004 13:36:29 +0000 (20 13:36 +0000)
tree9d10f2a5bc738c3aa39cfaf9bfdb4ab97a6db5ee
parentee16b0f5d26c096e2d62bdda442109da16cd89cd
use math.hypot instead of math.sqrt(x*x+y*y)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1490 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/box.py
pyx/deco.py
pyx/graph/painter.py
pyx/graph/type.py
pyx/path.py