Comment #1 on issue 3354 by [email protected]: Minus sign in front of
Piecewise is not centered
http://code.google.com/p/sympy/issues/detail?id=3354
Actually, it looks like everything is aligning with the top expression.
In [86]: -Piecewise((0, Abs(1/y) < 1), (1, Abs(y) < 1), (y*meijerg(((2, 1),
()), ((), (1, 0)), 1/y), True)) + 1
Out[86]:
⎧ │1│
- ⎪ 0 for │─│ < 1 + 1
⎪ │y│
⎪
⎨ 1 for │y│ < 1
⎪
⎪ ╭─╮0, 2 ⎛2, 1 │ 1⎞
⎪y⋅│╶┐ ⎜ │ ─⎟ otherwise
⎩ ╰─╯2, 2 ⎝ 1, 0 │ y⎠
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.