Changes http://wiki.axiom-developer.org/312BugInSqrtForUnivariateTaylorSeries/diff -- \begin{axiom} UTSx := UTS(FRAC INT,x,0) monx2 := monomial(1,2)$UTSx sqrt(monx2) \end{axiom}
The last line should of course be $x$ and not $1$. Clearly, sqrt() shifts the coefficients of the result such that the leading term is always O(1). -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
