Comment #8 on issue 3581 by v9jo...@gmail.com: Implement arg.rewrite(atan2)
http://code.google.com/p/sympy/issues/detail?id=3581

Hi,

If this issue hasn't been resolved already, would it be alright if I took it up? I might be working on another issue in the rewrite functions in trigonometry (Issue No. 3773) and I could fix both together.

@Khagesh: exp(1) evaluates to E which is why exp(1).rewrite(sin) also evaluates to E. The exp function handles numbers like 1, 0, inf etc. separately. This means that while exp(2), exp(3) etc... would give you a sinh and cosh function on rewriting, those special numbers would just give you the corresponding values, E for 1 , 1 for 0, +Inf for +Inf and 0 for -Inf.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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


Reply via email to