Back to Cosmos

Reverse Factorial

code/mathematical_algorithms/src/reverse_factorial/README.md

latest155 B
Original Source

Reverse Factorial

It is inverse of factorial function.

When a number is given, we find a number such that factorial of that number is the given number.