Revision as of 20:33, 13 March 2014 by Thiebaut(talk | contribs)(Created page with "--~~~~ ---- <onlydft> <source lang="python"> # distance2 # computes the distance squared between two points in # a cartesian system. def distance2( x1, y1, x2, y2 ): return...")