Charles Greathouse on Tue, 17 Jun 2014 15:21:04 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: alarm support for mingw |
Dear PARI developers,
I have created a GIT branch bill-win32_alarm and build
a stand-alone window binary:
http://pari/pub/pari/windows/snapshots/gp-alarm-gitdbee21f.exe
that adds support for the alarm GP function.
Please test it. You can try
alarm(1); factor(2^256+1)
alarm(5); factor(2^256+1)
alarm(1, factor(2^256+1))
alarm(5, factor(2^256+1))
Cheers,
Bill.