micromath-factorial

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i micromath-factorial

Weekly Downloads

3

Version

1.0.3

License

none

Last publish

Collaborators

  • dhkamp