Statistics/Basic: Difference between revisions

m
→‎{{header|REXX}}: added a comment in the REXX section header.
m (→‎{{header|REXX}}: added/changed comments and whitespace, used templates for the OUTPUTs, simplified some parts of the program, expanded the width of the histograms (bars).)
m (→‎{{header|REXX}}: added a comment in the REXX section header.)
Line 3,268:
 
=={{header|REXX}}==
Twenty decimal digits are used for the calculations, but only half that (ten digits) are displayed in the output.
<lang rexx>/*REXX program generates some random numbers, shows bin histogram, finds mean & stdDev. */
numeric digits 20 /*use twenty decimal digits precision, */