Skip to content

Commit

Permalink
Update lib/ratfun.gd
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
hulpke and fingolfin authored Sep 3, 2020
1 parent 98a93e5 commit ada56aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ratfun.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ DeclareOperation("Derivative",[IsPolynomialFunction,IsPosInt]);
## Computes the taylor series up to degree <A>deg</A> of <A>ratfun</A> at
## <A>at</A>.
## <Example><![CDATA[
## gap> TaylorSeriesRationalFunction( (x^5+3*x+7)/(x^5+x+1) ,0,11);
## gap> TaylorSeriesRationalFunction((x^5+3*x+7)/(x^5+x+1),0,11);
## -50*x^11+36*x^10-26*x^9+22*x^8-18*x^7+14*x^6-10*x^5+4*x^4-4*x^3+4*x^2-4*x+7
## ]]></Example>
## </Description>
Expand Down

0 comments on commit ada56aa

Please sign in to comment.