]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.1.in
* basic::collec() never worked correctly on non-polynomials till now.
[ginac.git] / ginsh / ginsh.1.in
index 7857f662788093f3b57f5fd68316eaf786ef7a62..d933c33556907f59d1f9e380726b26b82b211226 100644 (file)
@@ -319,7 +319,7 @@ detail here. Please refer to the GiNaC documentation.
 .BI series( expression ", " relation-or-symbol ", " order )
 \- series expansion
 .br
-.BI sqrfree( expression ", " symbol )
+.BI sqrfree( "expression [" ", " symbol-list] )
 \- square-free factorization of a polynomial
 .br
 .BI sqrt( expression )
@@ -417,7 +417,7 @@ from within ginsh without having to quit.
 > Digits = 40;
 40
 > evalf(s);
-0.999999999999999999999995821133292704384960990679L0
+0.999999999999999999999995821133292704384960990679
 > unassign('x');
 x
 > s;