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.
