Bill Allombert on Mon, 16 Jun 2014 23:01:17 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
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.