Distribution of 0 digits in factorial series: Difference between revisions

m
→‎{{header|REXX}}: reworded a comment.
m (→‎{{header|REXX}}: changed a comment.)
m (→‎{{header|REXX}}: reworded a comment.)
Line 443:
!= ! * i /*calculate the factorial of BIG. */
end /*i*/
if pos('E', !)>0 then do /*if inIn exponential format,? Then get EXP. */
parse var ! 'E' x /*parse the exponent from the number. */
numeric digits x+1 /*set the decimal digits to X plus 1.*/