Skip to content

give access to member functions #51

Open
@videlec

Description

@videlec

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions