On Friday, October 30, 2015 at 8:50:42 AM UTC-7, Dima Pasechnik wrote:
>
>
>
> On Friday, 30 October 2015 05:38:56 UTC, prateek sharma wrote:
>>
>>
>> It should be like
>> a=42
>> k=3
>> sage: a.multifactorial(k)
>>
>
> I told you to display the source code for this function, as this is what 
> you asked, no?
>

You can also run

sage: search_def('multifactorial')
rings/integer.pyx:3908:    def multifactorial(self, int k): 

which tells you that the function is defined starting on line 3908 of 
rings/integer.pyx (or, relative to the top-level Sage directory, 
src/sage/rings/integer.pyx).

-- 
John

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

Reply via email to