We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff5fb5 commit da2de80Copy full SHA for da2de80
xml/chapter3/section5/subsection2.xml
@@ -1344,7 +1344,16 @@ const sin_series = pair(0, () => integrate_series(
1344
<INDEX><USE>mul_series</USE></INDEX>
1345
power series represented as streams of coefficients as in
1346
exercise<SPACE/><REF NAME="ex:powerseries"/>, adding series is implemented
1347
- by <SCHEMEINLINE>add-streams</SCHEMEINLINE>. Complete the declaration of
+ by
1348
+ <SPLITINLINE>
1349
+ <SCHEME>
1350
+ <SCHEMEINLINE>add-streams</SCHEMEINLINE>.
1351
+ </SCHEME>
1352
+ <JAVASCRIPT>
1353
+ <JAVASCRIPTINLINE>add_streams</JAVASCRIPTINLINE>.
1354
+ </JAVASCRIPT>
1355
+ </SPLITINLINE>
1356
+ Complete the declaration of
1357
the following
1358
<SPLITINLINE>
1359
<SCHEME>procedure</SCHEME>
0 commit comments