Comment #2 on issue 2359 by smi...@gmail.com: Should Pow(expr, S(1)/2) print as sqrt(expr)
http://code.google.com/p/sympy/issues/detail?id=2359

I'm guessing the sqrt is common enough to warrant a special case and I like the other suggestion of using S in the exponent. Can we give S a second arg that defaults to 1 so we can write x**S(p, q)? i.e. S would be a shortcut for Rational in this case...unless we wanted to add R to the list of upper case letters that are used for something else, C, O, S, ... so R(3, 4) is short for S(3)/4.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to