Menu

#2988 documentation error in gf_manual.pdf

None
closed
nobody
None
5
2015-07-27
2015-07-02
No

There is a documentation error in gf_manual.pdf of the gf package.
Page 6, command %i43:
r : mod(c - gf_exp() * d, gf_order());
This command leads to an error because gf_exp needs arguments.

Daniel Volinski

Discussion

  • Volker van Nek

    Volker van Nek - 2015-07-27

    Hello Daniel,

    thanks for reporting this typo.

    (%i43) should be
    r : mod(c - gf_exponent() * d, gf_order());

    while (%i44) should be
    u : gf_exp(g, r);

    I am going to fix this.

    Volker van Nek

     
  • Volker van Nek

    Volker van Nek - 2015-07-27
    • status: open --> closed
     

Log in to post a comment.