Cholesky decomposition: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed argument name (so as to be more accurate).)
m (→‎{{header|REXX}}: changed a comment in the REXX section header.)
Line 1,994: Line 1,994:


=={{header|REXX}}==
=={{header|REXX}}==
If trailing zeroes are wanted after the decimal point for values of zero (0), &nbsp; the &nbsp; &nbsp; <big>'''/1'''</big> &nbsp; &nbsp; (division by one performs
If trailing zeroes are wanted after the decimal point for values of zero (0), &nbsp; the &nbsp; &nbsp; <big>'''/1'''</big> &nbsp; &nbsp; (a division by one performs
<br>REXX number normalization) &nbsp; can be removed from the line &nbsp; (number 40) &nbsp; which contains the source statement:
<br>REXX number normalization) &nbsp; can be removed from the line &nbsp; (number 40) &nbsp; which contains the source statement:
::::: &nbsp; <b> z=z &nbsp; right( format(@.row.col,, &nbsp; dPlaces) / 1, &nbsp; width) </b>
::::: &nbsp; <b> z=z &nbsp; right( format(@.row.col,, &nbsp; dPlaces) / 1, &nbsp; width) </b>