Skip to content

Commit

Permalink
fixes #1048 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Aug 1, 2024
1 parent 3ff5fb5 commit da2de80
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion xml/chapter3/section5/subsection2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,16 @@ const sin_series = pair(0, () => integrate_series(
<INDEX><USE>mul_series</USE></INDEX>
power series represented as streams of coefficients as in
exercise<SPACE/><REF NAME="ex:powerseries"/>, adding series is implemented
by <SCHEMEINLINE>add-streams</SCHEMEINLINE>. Complete the declaration of
by
<SPLITINLINE>
<SCHEME>
<SCHEMEINLINE>add-streams</SCHEMEINLINE>.
</SCHEME>
<JAVASCRIPT>
<JAVASCRIPTINLINE>add_streams</JAVASCRIPTINLINE>.
</JAVASCRIPT>
</SPLITINLINE>
Complete the declaration of
the following
<SPLITINLINE>
<SCHEME>procedure</SCHEME>
Expand Down

0 comments on commit da2de80

Please sign in to comment.