faculty
v1.1.5
Published
calculates the faculty of a number
Downloads
8
Readme
this repo does not need to be maintained since it uses a repo which is maintained
Please consider to follow the author of factorial.js Fractal [email protected] (http://wearefractal.com/)
Install
Install with npm:
$ npm install --save faculty
Why is this needed?
The original math js library does not have a faculty function. Hence this repo.
Usage
const faculty = require("faculty");
faculty(6);