Skip to content

sberkun/factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorial

This is a command-line utility that computes factorials.

Installation

make clean
make && sudo make install 

You will need cargo (Rust utility).

Usage

Once installed, you can run factorial n for any non-negative integer to compute its factorial.

Examples:

$ factorial 0
1
$ factorial 5
120
$ factorial 171
mathematically infinite

Mathematics

I would like to thank this website for teaching me how to calculate a factorial.

About

A command-line utility for computing factorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published