1.0.5 • Published 1 year ago

ahmed-factorial v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

ahmed-factorial

This package is a npx tool to find factorials of integers.

How to use?

Use this command

<!-- command -->
npx ahmed-factorial <num1> <num2> <num3> ...

You will get Output

Result ----------------------------------
Factorial of <num1> is:      <factorial_num1>
Factorial of <num2> is:      <factorial_num2>
Factorial of <num3> is:      <factorial_num3>
.
.
.
-------------------------------------------