theUpsider / Faculty

calculates the faculty of a number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 contact@wearefractal.com (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);

Support

Buy me a coffe, highly appreciated 🙌

About

calculates the faculty of a number

License:MIT License


Languages

Language:JavaScript 100.0%