[sympy] intersection of Line and Line with Real points (floating point values)

2009-12-03 Thread sebastian
Hi, sympy.geometry.intersection doesn't work for me if the two lines are based on float values. For example, l1 Line(Point(Real('491.476998', prec=15), Real ('591.027601', prec=15)), Point(Real('656.726', prec=15), Real ('-2.46040501', prec=15))) l2

Re: [sympy] intersection of Line and Line with Real points (floating point values)

2009-12-03 Thread Ronan Lamy
Le jeudi 03 décembre 2009 à 03:52 -0800, sebastian a écrit : What am I doing wrong? Nothing, this is a known bug. See http://code.google.com/p/sympy/issues/detail?id=1649 for more information and a workaround. If you wish to contribute a fix, that would be most welcome. Ronan -- You received