You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Hi,
> I am presently implementing Inverse erf
> functions<http://functions.wolfram.com/GammaBetaErf/>in
> functions/special/error_functions.py like InverseErf[x],
> InverseErf[x, y], InverseErfc[x]. I am a little confused about how I
> should name their respective classes. I want to name the classes to
> be Ierf, Ierf2, Ierfc. Is it okay to name like this ? Or is there any
> convention which has been followed for similar kind of issues at some
> other places in sympy which I can follow here also ? Or should I
> follow the Mathematica's naming Convention ?