Ilya Zakharevich on Mon, 24 Jun 2024 05:20:48 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Misprint in the documentation of Vec


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