[GiNaC-list] Typo in the documentation

Jean-Michaël Celerier jeanmichael.celerier at gmail.com
Fri Jul 31 14:17:40 CEST 2015


Hello,

In the html doc, section 5.15.2

I think that :

{
    parser reader;
    ex e = reader("2*x+sin(y)");
    symtab table = reader.get_syms();
    symbol x = reader["x"];
    symbol y = reader["y"];
}


the two last lines should be

    symbol x = table["x"];
    symbol y = table["y"];



Best regards
Jean-Michaël Celerier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cebix.net/pipermail/ginac-list/attachments/20150731/6633a4bb/attachment.html>


More information about the GiNaC-list mailing list