First of all thank's. Sympy is great.
For example:
>>> latex(1e-12*x/y)
'\\frac{x}{y} 1.0 \\cdot 10^{-12}'
Same with units:
>>> uA = un.Unit("Amper", r"\;A")
>>> uV = un.Unit("Volt", r"\;V")
>>> latex(1e-12*p.uA/p.uV)
'\\frac{\\;A}{\\;V} 1.0 \\cdot 10^{-12}'
Strange order.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.