Maybe you you could write a generic rewrite that just passes through the gamma function.
Aaron Meurer On Fri, Jan 24, 2014 at 11:43 AM, Anurag Sharma <[email protected]> wrote: > _eval_conjugate is I dont think applicable. > _eval_isreal done. > > Kindly help me with _eval_rewrite * > > There are tons of identities related to beta function. But most of the new > forms are variants of gamma function. Do we need rewrite as * ?? If yes > kindly give me some special instances. > > Cheers > > > > On Wednesday, January 22, 2014 11:51:56 PM UTC+5:30, rl wrote: >> >> Hi, >> >> >> > Should I try to rewrite eval for Beta function or should I try to >> > include Incomplete bet function ? >> >> We won't need a better eval anymore I think. You can try >> to implement things like: >> >> _eval_conjugate >> _eval_is_real >> _eval_rewrite_as_* >> >> See how this is done in other functions like gamma or erf. >> >> > Also regarding the documentation of beta function. I tried to do the >> > steps mentioned in the ReadMe file of docs but it doesnt seem to >> > work. Can anyone guide me how to update the documentation of Beta >> > function. >> >> First, write a full docstring like gamma has one. >> Then, modify the file doc/src/modules/functions/special.rst >> as appropriate. And then run make html to build the new docs. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
