Package: pari
Version: all

The documentation currently has
\fun{GEN}{gaddsg}{GEN s, GEN x}
\fun{GEN}{gmulsg}{GEN s, GEN x}
\fun{GEN}{gsubsg}{GEN s, GEN x}
\fun{GEN}{gdivsg}{GEN s, GEN x}
but it seems like they should be
\fun{GEN}{gaddsg}{long s, GEN x}
\fun{GEN}{gmulsg}{long s, GEN x}
\fun{GEN}{gsubsg}{long s, GEN x}
\fun{GEN}{gdivsg}{long s, GEN x}
instead.

Charles Greathouse
Case Western Reserve University