Comment #12 on issue 1385 by Vinzent.Steinberg: Integral.midpoint()
implemented
http://code.google.com/p/sympy/issues/detail?id=1385
Maybe even this. I chose the 'as' for consistency:
>>> for i in dir(x):
... if i.startswith('as'):
... print i
as_base_exp
as_basic
as_coeff_exponent
as_coeff_factors
as_coeff_terms
as_coefficient
as_dummy
as_independent
as_leading_term
as_numer_denom
as_poly
as_powers_dict
as_real_imag
assumptions0
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---