Statistics/Normal distribution: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed font size to 75%.)
m (→‎{{header|REXX}}: added a function name to the REXX section header.)
Line 2,377: Line 2,377:


=={{header|REXX}}==
=={{header|REXX}}==
The REXX language doesn't have any "higher math" BIF functions like   SIN, COS, LN, LOG, SQRT, POW, etc,
The REXX language doesn't have any "higher math" BIF functions like   SIN, COS, LN, LOG, SQRT, EXP, POW, etc,
<br>so we hoi polloi programmers have to roll our own.
<br>so we hoi polloi programmers have to roll our own.
<lang rexx>/*REXX program generates 10,000 normally distributed numbers (Gaussian distribution).*/
<lang rexx>/*REXX program generates 10,000 normally distributed numbers (Gaussian distribution).*/