Statistics/Normal distribution: Difference between revisions

m
→‎{{header|REXX}}: added a function name to the REXX section header.
m (→‎{{header|REXX}}: changed font size to 75%.)
m (→‎{{header|REXX}}: added a function name to the REXX section header.)
Line 2,377:
 
=={{header|REXX}}==
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.
<lang rexx>/*REXX program generates 10,000 normally distributed numbers (Gaussian distribution).*/