Cholesky decomposition: Difference between revisions

m
→‎{{header|REXX}}: changed a comment in the REXX section header.
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:
 
=={{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; (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:
::::: &nbsp; <b> z=z &nbsp; right( format(@.row.col,, &nbsp; dPlaces) / 1, &nbsp; width) </b>