Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-12 Thread prateek sharma
How can I change doctest to check my changes made.? On Saturday, December 12, 2015 at 9:06:32 PM UTC+5:30, prateek sharma wrote: > > Thanks .It worked. > Please review the changes made. > http://trac.sagemath.org/ticket/5415 > > On Friday, December 11, 2015 at 4:43:51 AM UT

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-12 Thread prateek sharma
Thanks .It worked. Please review the changes made. http://trac.sagemath.org/ticket/5415 On Friday, December 11, 2015 at 4:43:51 AM UTC+5:30, Nils Bruin wrote: > > On Thursday, December 10, 2015 at 2:25:45 PM UTC-8, prateek sharma wrote: >> >> I had pushed my branch on trac but

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-10 Thread prateek sharma
Also whenever I give a pull request many of the files , actually most of the files from src folder get deleted automatically.It has have happened 4 times.Can anybody tell me why? On Fri, Dec 11, 2015 at 3:55 AM, prateek sharma < prateeksharma.i...@gmail.com> wrote: > I had pushed my

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-10 Thread prateek sharma
I had pushed my branch on trac but I am unable to see any commit on trac.Can anybody tell me why? On Thu, Dec 10, 2015 at 6:38 PM, prateek sharma < prateeksharma.i...@gmail.com> wrote: > Thanks..It works. > > On Thu, Dec 10, 2015 at 5:00 PM, Volker Braun > wrote: > >>

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-10 Thread prateek sharma
2015 at 10:55:58 AM UTC+1, prateek sharma wrote: >> >> I tried with git but it is giving me error saying permission denied. >> I tried with git trac.It is also saying permission denied. >> I am unable to figure it out.Please help... >> >> On Thursday, December 1

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-10 Thread prateek sharma
:17 AM UTC-8, prateek sharma wrote: >> >> No . The system just says "Newly created local branch..." and processing >> keeps on going. >> I have to forcefully stop the programme. >> > > It works for me (it does take some time to finish, however. I do

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-09 Thread prateek sharma
On Wednesday, December 9, 2015 at 10:55:18 PM UTC+5:30, Nils Bruin wrote: > > On Wednesday, December 9, 2015 at 5:13:58 AM UTC-8, prateek sharma wrote: >> >> Can you tell me how can I create a branch .When I do git-trac-checkout >> 5415 >> It says "

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-09 Thread prateek sharma
5:30, Nils Bruin wrote: > > On Tuesday, December 8, 2015 at 5:56:36 AM UTC-8, prateek sharma wrote: >> >> Can you please summarize me what I basically need to do? >> >> > Read this: > > http://doc.sagemath.org/html/en/developer/ > > and follow the workflow

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-12-08 Thread prateek sharma
Can you please summarize me what I basically need to do? On Saturday, December 5, 2015 at 3:30:33 PM UTC+5:30, Nathann Cohen wrote: > > > Please review the changes made. > > > https://github.com/prateekcs14/sage/commit/1d70630b6f878752fa342150d1e4c2e6c4777c4a > > > You may want to read this:

[sage-devel] Re: Definition of multifactorial #5415

2015-12-05 Thread prateek sharma
Please review the changes made. https://github.com/prateekcs14/sage/commit/1d70630b6f878752fa342150d1e4c2e6c4777c4a On Friday, November 6, 2015 at 3:19:52 PM UTC+5:30, prateek sharma wrote: > > Please review. > > On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sha

[sage-devel] Re: Definition of multifactorial #5415

2015-11-06 Thread prateek sharma
Please review. On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sharma wrote: > > Hi, > I am looking for multifactorial function in the source code but unable > to.Help me out... > -- You received this message because you are subscribed to the Google Groups &qu

[sage-devel] Re: Definition of multifactorial #5415

2015-11-06 Thread prateek sharma
https://github.com/prateekcs14/sage/commit/2cb944378c97bdad76a053e37d579d492f68d44c#commitcomment-14180664 On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sharma wrote: > > Hi, > I am looking for multifactorial function in the source code but unable > to.Help me out..

Re: [sage-devel] Re: Definition of multifactorial #5415

2015-11-01 Thread prateek sharma
It is showing in pull requests.Kindly please refer here. https://github.com/sagemath/sage/pull/52 On Mon, Nov 2, 2015 at 2:31 AM, Nils Bruin wrote: > On Sunday, November 1, 2015 at 7:22:37 AM UTC-8, prateek sharma wrote: >> >> I have submitted a patch to the issue #5415. &

[sage-devel] Re: Definition of multifactorial #5415

2015-11-01 Thread prateek sharma
I have submitted a patch to the issue #5415. Please review. On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sharma wrote: > > Hi, > I am looking for multifactorial function in the source code but unable > to.Help me out... > -- You received this message

[sage-devel] Re: Definition of multifactorial #5415

2015-10-31 Thread prateek sharma
So what should be the result of 5.multifactorial(3)... 5 or 10? On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sharma wrote: > > Hi, > I am looking for multifactorial function in the source code but unable > to.Help me out... > -- You received this message

[sage-devel] Re: Definition of multifactorial #5415

2015-10-31 Thread prateek sharma
>From the given code for sage:5.multifactorial(3) 5 But the result should be 10. I changed th recurssion code but its still not working properly. Can anybody help me out? On Wednesday, October 28, 2015 at 2:41:59 PM UTC+5:30, prateek sharma wrote: > > Hi, > I am looking for mu

[sage-devel] Re: Definition of multifactorial #5415

2015-10-31 Thread prateek sharma
t = tip-1 for tip from last > tip >= 0: mpz_mul(sub_prods[tip], sub_prods[tip], sub_prods[tip+1]) sig_off() cdef Integer z = PY_NEW(Integer) mpz_swap(z.value, sub_prods[0]) for i from 0 <= i < prod_count: mpz_clear(sub_prods[i]) sa

[sage-devel] Re: Definition of multifactorial #5415

2015-10-29 Thread prateek sharma
It should be like a=42 k=3 sage: a.multifactorial(k) On Wednesday, October 28, 2015 at 2:50:01 PM UTC+5:30, Dima Pasechnik wrote: > > > > On Wednesday, 28 October 2015 02:11:59 UTC-7, prateek sharma wrote: >> >> Hi, >> I am looking for multifactorial function

[sage-devel] Definition of multifactorial #5415

2015-10-28 Thread prateek sharma
Hi, I am looking for multifactorial function in the source code but unable to.Help me out... -- 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..