> - Making the output more consistent and not having all sympy functions
> check the type of the output is much simpler (in LoC metric, for
> instance).
>

This is the biggest selling point for me. It would be annoying to have
single results come back as and Expr and multiple results to come back
as a list. e.g. if I want the intersection of a line with a circle I
might get 0, 1 or 2 solutions. In all cases I would prefer a list of
the solutions and just check the length of the returned solution to
figure out what to do next rather than check first if I got a list or
not.

/c

-- 
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.

Reply via email to