Open
Description
In gp there are member functions that are accessible in an object oriented fashion
? K = bnfinit(x^3 - 2);
? bnf = bnfinit(x^3 - 2);
? bnf.nf /* = bnf[7] */
%3 = [x^3 - 2, [1, 1], -108, 1, ...]
? bnf.clgp /* = bnf[8][1] */
%4 = [1, [], []]
These functions are described in pari.desc
and belong to the section "member_functions". We should add support for them in cypari2 (as methods or properties).
Metadata
Metadata
Assignees
Labels
No labels