⚠️ Warning: This is a draft ⚠️
This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.
If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.
Works with PARI/GP 2.4.3 and above.
This code uses the this select function, which was added in PARI version 2.4.2.
The order of the arguments changed between versions;
to use in 2.4.2 change select(function, vector)
to
select(vector, function)
.