Hi everyone, I am Anurag Sharma. I have been following mailing list and irc for some time and with help of raolb I have decided to get involved in developing a different class for Beta function. Since I am new here I would require help in understanding the code and how things work here.
1. Beta function that calculates the value of B(x,y) is present in functions module gamma_functions.py. Should it remain there or be rewritten in the new class. 2. What are branch cuts? and if I am creating a new class inside the same module should the value be true or false? 3. The structure of the class should remain same as in gamma_function? i.e I should start with fdiff and move on with other applicable operations ? -- 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.
