Wilson primes of order n: Difference between revisions

m
→‎{{header|REXX}}: changed a comment.
m (added whitespace, used superscripts, used a bigger font size to better show the superscripts and factorial symbol, used an HTML "times" symbol instead of x.)
m (→‎{{header|REXX}}: changed a comment.)
Line 172:
say ' order │'center(title, w )
say '───────┼'center("" , w, '─')
do n=oLO to oHI /*search for Wilson primes of order ON.*/
nmf= !(n-1); pom = -1**n /*precalculate a factorial and +|- */
$=