1.0.3 • Published 9 years ago

micromath-factorial v1.0.3

Weekly downloads
9
License
-
Repository
-
Last release
9 years ago

micromath-factorial

This micromodule handles calculating factorials - that's it.

Installation

Install by running

npm i mircomath-factorial --save

API

var factorial = require('micromath-factorial');
var factorialOfThree = factorial(3); //would be 3! in mathematical writing

For Developers

Run tests by simply running

npm test

or you can build (uglify) for yourself by running

npm run build