On Mon, Nov 21, 2011 at 2:00 PM, vweber <[email protected]> wrote: > Dear Chris > > Please have a look to the standard > http://www.j3-fortran.org/doc/standing/links/007.pdf > page 138, middle of the note 7.9. > > I copied it here that you dont miss it > > "... These formation rules do not permit expressions containing > two consecutive numeric operators, such as A ** -B or A + -B. However, > expressions such as A ** (-B) > and A + (-B) are permitted." > > ... so applying the standard avoids this kind of problems. > > V
thanks...to be safe we should stick to the standard. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
