Artifact 2652b1a396acdd7eef95c190a1854738515592f138b39cef0c79f27b89a18b5f:
- Executable file
r37/lisp/csl/html/r37_0006.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1006) [annotate] [blame] [check-ins using] [more...]
<A NAME=CARD_NO> <TITLE>CARD_NO</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>CARD\_NO</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> <em>card_no</em>sets the total number of cards allowed in a Fortran output statement when <em>fort</em> is on. Default is 20. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on fort; card_no := 4; CARD_NO=4. z := (x + y)**15; ANS1=5005.*X**6*Y**9+3003.*X**5*Y**10+1365.*X**4*Y** . 11+455.*X**3*Y**12+105.*X**2*Y**13+15.*X*Y**14+Y**15 Z=X**15+15.*X**14*Y+105.*X**13*Y**2+455.*X**12*Y**3+ . 1365.*X**11*Y**4+3003.*X**10*Y**5+5005.*X**9*Y**6+ . 6435.*X**8*Y**7+6435.*X**7*Y**8+ANS1 </TT></PRE><P>Twenty total cards means 19 continuation cards. You may set it for more if your Fortran system allows more. Expressions are broken apart in a Fortran-compatible way if they extend for more than <em>card_no</em> continuation cards. <P> <P> <P>