Misprint in the documentation of Vec

Ilya Zakharevich <[email protected]> Sun, 23 Jun 2024 20:20:43 -0700
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <[email protected]>
Doing Shift-F1 on Vec shows


   ? serVec(s) = Vec(s, -serprec(s,variable(s)));
   ? Vec(x^2 + 3*x^3 + O(x^5))
   %2 = [0, 0, 1, 3, 0]

It seems it should have been
   serVec
in the second row.

Hope this helps,
Ilya