Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmecke committed Oct 20, 2024
1 parent 0d292eb commit 6ed29f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/algebra/sttaylor.spad
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
++ References:
++ Description:
++ StreamTaylorSeriesOperations implements Taylor series arithmetic,
++ where a Taylor series is represented by a stream of its coefficients.
++ where a Taylor series is represented by a stream of its coefficients,
++ see corresponding operations in the category Ring.
StreamTaylorSeriesOperations(A) : Exports == Implementation where
A : Ring
RN ==> Fraction Integer
Expand Down

0 comments on commit 6ed29f3

Please sign in to comment.