Chopper1337 / SuperFactorial-Calc

Simple C program to calculate the superfactorial of a positive integer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superfactorial Calculator

It calculates the superfactorial of a number.

Build

gcc main.c -o sf

Usage

./sf 4
288.00000

https://youtu.be/xV4A8oU3yew

About

Simple C program to calculate the superfactorial of a positive integer


Languages

Language:C 100.0%