Skip to content

dhkamp/micromath-factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micromath-factorial

This micromodule handles calculating factorials - that's it.

Installation

Install by running

npm i micromath-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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published