factorFactorial.frink

Download or view factorFactorial.frink in plain text format

// This tests factoring factorials plus or minus 1.

for n = 2 to 100
   println["$n\t" + factorFlat[n!+1]]


Download or view factorFactorial.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19965 days, 23 hours, 8 minutes ago.