>> gives >> >>> 1.0d0*x**-1.0d0 >> >> which is not fortran standard.. I would expect 1.0d0/x or x**(-1) or >> in the worst case x**(-1.0d0). How can I get a better output?
>From my work in f77 and f90, I don't recall that the `**-1.0d0` is a problem. Am I mistaken? (Though there was an interesting failure for this particular syntax in one of the compilers, as I recall.) -- 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.
