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 19944 days, 20 hours, 50 minutes ago.