Re: [sympy] CSympy and C++

2015-04-21 Thread Matheus Queiroz
Thanks a lot, Ondřej. That will do the work just fine. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this group, send e

Re: [sympy] The great issue cleanup of 2015

2015-04-21 Thread Joachim Durchholz
Am 17.04.2015 um 23:11 schrieb James Crist: That's just a name change for each label (one-to-one correspondance with existing labels), which can be done easily later. Grouping labels might make it easier to manipulate them using hooks. But then it's probably better to change the names once it's

[sympy] Proper use of sympy for calculating geographic coordinates

2015-04-21 Thread Carl Sunderman
So i am attempt to calculate new coords based on x,y and angle. say my initial coords are: startx = 1988681.3858 starty = 201375.4566 and my angle is: angle = 12.14 Now the formula that I use to get the angle is: radian = math.atan((endx - startx)/(endy - starty)) so what i am trying to do i