Up to [local] / OpenXM / src / ox_pari
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 25 07:03:21 2021 UTC (3 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +24 -3
lines
Diff to previous 1.6 (colored)
Added a function for checking whether libpari is with gmp.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 26 06:03:31 2020 UTC (4 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Changed pari-2.3.4 with pari-2.11.4. Updated ox_pari for the new PARI library.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 29 02:14:30 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.4: +23 -0
lines
Diff to previous 1.4 (colored)
Added support of type t_STR GEN (CMO_STRING).
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 22 04:53:13 2017 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Fixed a bug in GEN_to_cmo_qq().
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 29 12:08:51 2016 UTC (8 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Replaced CMO_BIGFLOAT by CMO_BIGFLOAT32.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 21 01:53:08 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +11 -4
lines
Diff to previous 1.1 (colored)
ox_pari returns a real number if the imaginary part of the result is regarded as 0.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 21 01:20:30 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Separated ox_pari.c to three files. Added all pari functions which are callable from the old version asir except for useless or obsolete functions.